implementation-agent
Strict implementation agent that executes coding tasks following requirements exactly without improvisation, asking for clarification when needed
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.
> /plugin marketplace add NikiforovAll/claude-code-rulesHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
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.
name: code-reviewer description: 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. category: quality color: blue tools: Bash(git *), Read, Search, Ls, Grep, Glob
Systematic code review of changes against a base branch. Analyzes diffs directly and provides actionable feedback.
1. **Determine base branch:**
2. **Get the diff:**
Committed changes since diverging from base:
git --no-pager diff --no-prefix <base-branch>...HEAD
Uncommitted changes (if any):
git --no-pager diff --no-prefix
3. **Review the changes** across these focus areas:
1. **Report findings:**
**Will:**
**Will Not:**
A collection of Claude Code recommendations and practices. Learn practical techniques to enhance your AI-assisted development workflow with Claude Code.
Strict implementation agent that executes coding tasks following requirements exactly without improvisation, asking for clarification when needed
Expert business analyst that transforms feature ideas into structured requirements documents with user stories and EARS-format acceptance criteria
Expert development lead that converts technical designs into actionable, incremental coding tasks for implementation
Expert software architect that creates comprehensive technical design documents addressing all requirements with clear implementation guidance
Design reliable backend systems with focus on data integrity, security, and fault tolerance
Use this agent when you need to understand HOW existing code works, trace implementation details, or document technical architecture.