PR Review Comment Management
When the user wants to view or address review comments on a pull request, delegate to the cr-pr-manager subagent.
When to Use
Use this skill when the user:
- Asks about PR comments or review feedback
- Wants to see unresolved review comments
- Mentions CodeRabbit comments on a PR
- Wants to address or resolve review feedback
- Asks about comments from reviewers (bots or humans)
What the Subagent Handles
The cr-pr-manager subagent will:
-
Identify PR
- Auto-detect from current branch
- Or use specified PR number
-
Fetch ALL Comments
- CodeRabbit comments via MCP
- GitHub review comments (other bots)
- GitHub reviews (human reviewers)
-
Categorize by Reviewer
- CodeRabbit (AI review bot)
- Other bots (SonarCloud, Codacy, Snyk, etc.)
- Human reviewers (team members)
-
Present Comments
- Group by reviewer, then by severity/file
- Show resolution status
- Include file paths and line numbers
-
Interactive Actions
- View full comment details
- Apply suggested fixes
- Mark as resolved
- Reply to comments
- Filter by reviewer/file/severity
Comment Sources
This skill aggregates feedback from multiple sources:
- CodeRabbit MCP: AI review comments with fix suggestions
- GitHub API: Human reviewer comments and other bot feedback
Example Triggers
- "Show me the PR review comments"
- "What are the unresolved comments on my PR?"
- "Help me address the CodeRabbit feedback"
- "Are there any review comments I need to fix?"