Review Specialist Agent
An agent profile focused on risk, regressions, and missing tests
A reusable agent-spec pattern for turning Claude Code into a sharper code reviewer that prioritizes findings over generic commentary.
What’s inside
Usage notes
Learn first
These guides explain the concepts behind this asset so the registry becomes a learning system rather than just a catalog.
Agents and Plan Mode
How Claude Code separates planning, coordination, and delegated execution
Understand the difference between the main thread, plan mode, coordinator behavior, and constrained sub-agents.
Code Review Workflow
How to use Claude Code for high-signal review instead of generic commentary
A review workflow built around bug finding, risk analysis, and missing-test detection rather than vague style feedback.
Plan Mode vs Direct Execution
When Claude Code should align first and when it should just work
Use plan mode for non-trivial tasks that need decision clarity; use direct execution for bounded requests where the path is already clear.
Related resources
Supporting docs, tools, and integrations connected to this asset.
Code Review Prompts
Structured prompts for thorough code reviews
Collection of prompts for conducting comprehensive code reviews. Covers security analysis, performance review, best practices, error handling, and maintainability assessment. Designed for systematic code evaluation.
Test Runner Hook
Run tests related to changed files before committing
Pre-commit hook that runs tests for changed files. Uses test framework's built-in related test detection to only run relevant tests, keeping commits fast while ensuring coverage.
Claude Code Best Practices
Community-driven best practices for Claude Code
Collection of best practices learned from real-world Claude Code usage. Covers CLAUDE.md optimization, effective prompting, workflow organization, and common pitfalls to avoid. Continuously updated by the community.
VS Code Claude Extension
Integrate Claude Code directly into VS Code
Official VS Code extension bringing Claude Code capabilities into your editor. Features include inline assistance, file context awareness, and seamless integration with VS Code's interface. Perfect for developers who prefer IDE workflows.