Analyze and resolve GitHub PR review suggestions systematically
/plugin marketplace add joaquimscosta/arkhe-claude-plugins/plugin install git@arkhe-claude-plugins<PR-number or URL># PR Issue Resolver Analyze and systematically resolve suggested changes in GitHub Pull Request: $ARGUMENTS Use the GitHub CLI (`gh`) for all GitHub-related tasks. ## Process ### 1. Fetch PR Context Gather complete PR information in parallel: - Use `gh pr view $ARGUMENTS` to get PR details (title, description, base/head branches, status) - Use `gh pr diff $ARGUMENTS` to understand the changes introduced - Use `gh pr comment list $ARGUMENTS` or `gh api` to retrieve all review comments and inline suggestions ### 2. Analyze and Categorize Comments Review all comments and categorize the...