code-reviewer

Evaluate code diffs across correctness, safety, maintainability, testability, performance, and standards.

187|20|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/TheBushidoCollective/han --skill code-reviewer-thebushidocollective
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/TheBushidoCollective/han/tree/main/core/skills/code-reviewer
Command: npx skills add https://github.com/TheBushidoCollective/han --skill code-reviewer-thebushidocollective

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a formal, multi-dimension code review process to assess correctness, safety, maintainability, testability, performance, and standards compliance.

Core Features & Use Cases

  • Structured Review: A phased approach with checks across correctness, safety, maintainability, testability, performance, and standards.
  • Actionable Feedback: Clear, concrete recommendations with confidence scoring for each finding.
  • Decision Readiness: Determine if code is ready to merge based on quality gates.

Quick Start

Run a review on a diff, capture the findings with rationale and suggested actions, and assign a confidence score to each.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I structure a code review to evaluate correctness, safety, and maintainability?

A structured code review applies multi-dimensional assessment across correctness, safety, maintainability, testability, performance, and standards compliance. This phased approach captures findings with rationale and confidence scores, then determines merge readiness based on quality gates.

What should I check when reviewing code for security vulnerabilities?

Security evaluation examines potential vulnerabilities, unsafe patterns, and compliance with security standards. The review process flags risks with actionable recommendations and confidence scoring to guide remediation before approval.

Can I use code review feedback to improve code maintainability?

Yes. The review evaluates maintainability alongside correctness and safety, providing concrete recommendations on code clarity, structure, and adherence to standards. Feedback helps teams identify patterns that affect long-term code quality.

How do I know if code is ready to merge after review?

The review process establishes quality gates across all dimensions—correctness, safety, maintainability, testability, performance, and standards. Once findings are addressed and all gates pass, the code is ready for merge.

Does this review process work with version control workflows?

Yes. The review is compatible with common VCS workflows and integrates with standard verification steps including diffs, automated tests, and linting without requiring technology-specific patterns.

What's the difference between this structured review and informal code feedback?

Structured review applies formal, multi-dimensional criteria to evaluate six key areas systematically, assigns confidence scores to findings, and produces actionable recommendations with clear approval criteria—eliminating gaps that informal feedback often misses.