Acerca de
This skill streamlines the code review lifecycle by automatically closing all pending review threads in a GitHub Pull Request. By leveraging the GitHub GraphQL API, it identifies active code-level comments and applies the resolveReviewThread mutation to them in batch, saving developers from the tedious task of manually clicking 'Resolve conversation' for every individual feedback point. It specifically targets code-line discussions while respecting general issue comments, providing a clean and efficient way to finalize PRs once feedback has been addressed.