code-review

Dispatch a code-reviewer subagent to audit implementations against plans.

21|2|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/amrhas82/agentic-toolkit --skill code-review-amrhas82
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/amrhas82/agentic-toolkit/tree/main/ai/subagents/claude/skills/code-review
Command: npx skills add https://github.com/amrhas82/agentic-toolkit --skill code-review-amrhas82

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the code review process, ensuring that new implementations meet requirements, adhere to quality standards, and are production-ready before merging. It catches issues early, preventing costly bugs and rework, and freeing up developer time.

Core Features & Use Cases

  • Automated Subagent Dispatch: Dispatches a specialized code-reviewer subagent to perform comprehensive code analysis against predefined criteria.
  • Structured Review Checklist: Evaluates code quality, architecture, testing, and requirement adherence, providing categorized feedback (Critical, Important, Minor).
  • Use Case: After completing a new feature, use this skill to automatically trigger a code review, receiving an objective assessment of your changes and actionable feedback to ensure high-quality code.

Quick Start

Request a code review for my latest changes, comparing them against 'docs/plans/feature-plan.md'.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews against requirements before merging?

Automate code reviews by dispatching a code-reviewer subagent to audit your implementation against a plan document. Provide the subagent with your implementation, requirements, base and head commit SHAs, and a description; it returns categorized issues (Critical, Important, Minor) and production-readiness guidance.

What does a code review subagent actually check?

The code-reviewer subagent evaluates code quality, architecture, testing adherence, and whether changes meet stated requirements. It produces a structured review with categorized feedback and actionable guidance on whether code is production-ready.

When should I run automated code reviews in my development workflow?

Run automated code reviews after completing new features, during major refactors, and before merging to main. This catches issues early, prevents costly bugs, and ensures changes meet quality standards and compliance requirements.

Can I use code review automation with Git workflows?

Yes. The code-review Skill integrates with Git-based workflows by accepting base and head SHAs to compare commits. It works with subagent-driven development to review changes before they're merged to main.

What inputs do I need to provide for a code review?

Provide the implementation code, your plan or requirements document, base SHA and head SHA identifying the commits to compare, and a description of the changes. The subagent uses these to produce a structured review.

Does automated code review catch quality and compliance issues?

Yes. The structured review checklist evaluates code quality, architecture, testing, and requirement adherence. It categorizes issues by severity and provides production-readiness guidance to ensure compliance before merge.

Related Skills