code-review

Generate structured code-review reports from local source files.

198|19|Updated May 7, 2026
One-click install
npx skills add https://github.com/testdouble/han --skill code-review-testdouble
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/testdouble/han/tree/main/han-coding/skills/code-review
Command: npx skills add https://github.com/testdouble/han --skill code-review-testdouble

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run comprehensive local code reviews more efficiently by auto-synthesizing findings from code changes and generating an actionable report.

Core Features & Use Cases

  • Analyze diffs or full sources to surface code smells, anti-patterns, and potential defects.
  • Enforce project coding standards, security checks, and architectural considerations in a replicable workflow.
  • Produce a structured review artifact that can be shared with teammates or integrated into PR workflows.

Quick Start

Run the skill on your local repository to generate a structured code-review report for the touched files.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate local code reviews for my source files?

Automate local code reviews by running this skill on your repository to analyze source diffs and generate a structured report with findings, rationale, and remediation suggestions.

Can I use this code review automation for multi-file refactors?

Yes, this code review automation applies to software projects of any language and size, analyzing everything from single-file edits to complex multi-file refactors.

Does the generated code review artifact integrate into pull request workflows?

The generated code review artifact produces a structured format capturing findings and remediation suggestions that can be shared with teammates or integrated into PR workflows.

What is the best way to enforce coding standards and security checks locally?

Enforce coding standards and security checks locally by applying deterministic static analysis to your code changes, replicating these architectural considerations in a consistent workflow.

Do I need to configure specific linters to surface code smells and anti-patterns?

No external linters are required; the skill auto-synthesizes findings from code changes using deterministic diff analysis to directly surface code smells and potential defects.