code-review

Automate three-pass code review with drift detection and fix-first heuristics.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill code-review-kit4some
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Kit4Some/Oh-my-ClaudeClaw/tree/main/skills/code-review
Command: npx skills add https://github.com/Kit4Some/Oh-my-ClaudeClaw --skill code-review-kit4some

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a three-pass code-review workflow to detect scope drift and apply safe fixes, reducing manual review time and errors.

Core Features & Use Cases

  • Multi-pass review with Pass 1 automatic fixes, Pass 2 security audit, and Pass 3 judgment flags.
  • Scope drift detection that ensures changes stay aligned with original intent.
  • Structured decision support with memory context, logging, and guardrails for safe collaboration.

Quick Start

Invoke the code-review workflow on your active PR branch to start automated passes and surface actionable items.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate multi-pass code reviews on pull requests?

Multi-pass code review automates a structured three-pass process on pull requests, applying mechanical fixes, security auditing, and risk-based flags to reduce manual effort. It integrates memory context and safety guardrails to ensure reliable, auditable outcomes.

What is scope drift detection in a pull request review?

Scope drift detection ensures code changes stay aligned with the original intent during a pull request review. It monitors for deviations from the initial scope, allowing the code review process to catch unrelated modifications and maintain structured decision support.

How does the Fix-First heuristic work in automated code reviews?

The Fix-First heuristic in automated code review applies safe mechanical fixes during the first pass before proceeding to security audits and judgment flags. This prioritizes immediate corrections during pull request processing, reducing manual review time and errors.

Can I use automated code review for security auditing on git branches?

Yes, automated code review performs security auditing on active git branches during its second pass. It surfaces risk-based item flags and integrates safety guardrails to ensure the mechanical fixes and audit results are reliable and auditable.

Do I need any specific dependencies to run automated pull request reviews?

No specific dependencies are required to run automated pull request reviews. You can invoke the code review workflow directly on your active PR branch to start automated passes and surface actionable items.

When should I avoid using automated multi-pass code review?

You should avoid using automated multi-pass code review when your changes require subjective business logic validation that exceeds mechanical fixes and security audits, as the workflow relies on structured safety guardrails rather than contextual judgment.