review

Evaluate code and behavior against feature specifications to identify quality gaps.

2|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ByeongminLee/nextjs-claude-code --skill review-byeongminlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/ByeongminLee/nextjs-claude-code/tree/main/template/.claude/skills/review
Command: npx skills add https://github.com/ByeongminLee/nextjs-claude-code --skill review-byeongminlee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluates code and behavior against a feature specification to ensure alignment and identify quality gaps.

Core Features & Use Cases

  • Runs spec compliance review to verify alignment with REQ/spec/design documents.
  • Performs code quality analysis to identify maintainability and reliability issues.
  • Optionally runs unit/integration test audits, logging audits, and security audits when strategy files exist.
  • Non-destructive: does not modify source code; provides actionable reports to guide improvements.

Quick Start

Run the review command to assess a feature against its spec and quality benchmarks.

Frequently Asked Questions about review

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

FAQPage Schema
How do I audit spec compliance for my code against a feature specification?

To audit spec compliance, evaluate your code and behavior against the feature specification to ensure alignment. This process identifies quality gaps and provides actionable reports without modifying your source code.

Can I run a code quality analysis without modifying my source code?

Yes, you can run a code quality analysis without modifying source code. The review process operates non-destructively to identify maintainability and reliability issues, providing actionable reports to guide improvements.

How do I audit unit and integration tests using strategy files?

You can audit unit and integration tests by applying strategy files during the review workflow. The system optionally runs these test audits alongside spec compliance checks to verify test coverage and behavior.

What is the best way to verify specification compliance and identify quality gaps?

The best way to verify specification compliance is to evaluate code against REQ or design documents. This identifies quality gaps and alignment issues, outputting actionable reports rather than automatically fixing the code.

Does the code review audit work with logging and security strategy files?

Yes, the code review audit works with logging and security strategy files. When these strategy files exist, the system optionally performs logging audits and security audits alongside the core spec compliance review.

When should I not use an automated review workflow for code quality?

You should not use an automated review workflow when you need to directly modify source code to fix issues. This process is non-destructive and strictly provides actionable reports to guide your improvements.