review

Analyze code diffs against repository standards and original specs.

13|3|Updated May 12, 2026
One-click install
npx skills add https://github.com/kevinnft/ai-agent-skills --skill review-kevinnft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/kevinnft/ai-agent-skills/tree/main/skills/mattpocock/in-progress/review
Command: npx skills add https://github.com/kevinnft/ai-agent-skills --skill review-kevinnft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Two-axis review of diffs between a fixed point and HEAD to verify Standards conformance and Spec alignment.

Core Features & Use Cases

  • Parallel reviews run Standards and Spec checks in tandem to surface mismatches.
  • Fixed-point diff pins a baseline by comparing HEAD against a user-specified commit/branch/tag.
  • Actionable reporting aggregates findings per axis for easy remediation.

Quick Start

Provide a fixed point (commit, branch, or tag) to compare against HEAD and start the two-axis review.

Frequently Asked Questions about review

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

FAQPage Schema
How do I check if a git diff meets repository coding standards and original specs?

To check if a git diff meets repository coding standards and original specs, run a two-axis code review that analyzes code changes against your PRD and fixed-point baseline to identify gaps and surface remediation guidance.

What is two-axis code review for a pull request?

Two-axis code review is a mechanism that runs parallel sub-agents to verify Standards conformance and Spec alignment, comparing HEAD against a pinned baseline to surface mismatches for easy remediation.

Can I review a branch diff against a specific commit or tag?

Yes, you can review a branch diff against a specific commit or tag by providing it as a fixed point, which pins the baseline and allows the skill to compare HEAD against that reference.

What's the best way to automate spec alignment checks for a PR?

The best way to automate spec alignment checks for a PR is using a two-axis review that runs parallel sub-agents for Standards and Spec, aggregating findings per axis to ensure the PRD is met.

Do I need to provide a PRD to run a spec and standards code review?

Yes, you need to provide a PRD or spec document to run a spec and standards code review, as the skill analyzes code changes against these original specifications to identify alignment gaps.