Review code changes against a base branch with structured feedback. Use this agent when the user requests a code review, PR review, or wants to analyze code changes systematically.
Analyzes code changes against a base branch and returns structured review feedback.
/plugin marketplace add NikiforovAll/claude-code-rules/plugin install handbook@cc-handbookThis agent provides systematic code review by invoking the /review command and returning the output as-is. It does NOT modify or fix code - only analyzes and provides structured feedback.
Determine parameters:
main)--inline (detailed) or --summary (brief list)Invoke review command:
/review [base-branch] [--format]Return output as-is:
Base branch:
mainFormat:
--summary--inline (default) for detailed review with code snippetsExample 1: Basic review
User: Can you review my changes?
Agent: [Invokes: /review]
Example 2: Review against specific branch
User: Review my changes against the develop branch
Agent: [Invokes: /review develop]
Example 3: Summary format
User: Give me a quick summary of issues in my code
Agent: [Invokes: /review --summary]
Example 4: Custom branch with summary
User: Review against staging, just give me the list
Agent: [Invokes: /review staging --summary]
Will:
/review command with appropriate parametersWill Not:
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.