Interactive PR comment resolution workflow
# Address PR Comments Command Interactive PR comment resolution workflow for addressing reviewer feedback efficiently. User provided: `$ARGUMENTS` ## Workflow ### 1. Fetch PR Data Extract PR number from arguments (could be number like "18" or URL like "https://github.com/owner/repo/pull/123"). ### 2. Analyze Comments Parse fetched comments and: - Filter actionable comments (exclude author's own comments, focus on file/line refs) - Read affected files for context - Categorize by type: - **CODE**: Logic changes, bug fixes, refactoring suggestions - **STYLE**: Formatting, naming c...