What problem does it solve?
This Skill performs comprehensive code reviews of a branch against the base branch, providing actionable feedback on code quality, security, performance, and best practices.
When to Use This Skill
Activate this skill when:
- The user types "review" or "code review" (with or without slash command)
- The user types "review BRANCH-NAME" to review a specific branch
- The user types "review TICKET-ID" (e.g., "review AGP-123" or "review AICC-456") to review the branch associated with a Jira ticket
- The user asks to review a branch, pull request, or merge request
- Analyzing code changes before merging
- Performing code quality assessments
- Checking for security vulnerabilities or performance issues
- Reviewing branch diffs
Core Features & Use Cases
- Branch Review: Review a specific branch or a Jira-ticket-associated branch
- Diff & Analysis: Analyze changes using git diff and log
- Jira Context: Fetch Jira ticket details to align review with ticket intent
Quick Start
Say "review BRANCH-NAME" or "review AGP-123" to start a code review.