review

Review code implementations against plans for correctness, safety, and production readiness.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill review-fourthwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/FourthWiz/claude_dev_workflow/tree/main/dev-workflow/skills/review
Command: npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill review-fourthwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures newly implemented code matches the original plan, meets acceptance criteria, and is safe for production by providing an expert-level, AI-driven review.

Core Features & Use Cases

  • Plan compliance verification: Checks that the code fulfills every task and acceptance criterion defined in the current plan.
  • Security and performance analysis: Scans for vulnerabilities, resource leaks, and inefficiencies.
  • Integration safety assessment: Validates contracts with external services, data flow, and rollback readiness.
  • Test coverage evaluation: Confirms all new paths are tested and that tests pass. Use case: After running /implement, invoke this Skill to get a detailed review document before merging code.

Quick Start

Ask the review skill to evaluate the changes in the current task and generate a review report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review code changes before merging to production?

To review code changes before merging to production, you need an AI-driven assessment that verifies plan compliance, security vulnerabilities, performance, integration safety, and test coverage using workflow artifacts and git diff data.

What is AI code review for production readiness?

AI code review for production readiness is an expert-level assessment that checks post-implementation code against the original plan, scanning for security vulnerabilities, resource leaks, and integration contract violations before merging.

How do I verify that new code fulfills acceptance criteria and plan requirements?

To verify that new code fulfills acceptance criteria, you perform plan compliance verification by evaluating the git diff against workflow artifacts to ensure every defined task and acceptance criterion is safely implemented.

Does AI code review work with git diff and test execution data?

Yes, AI code review works with git diff and test execution data, requiring access to workflow artifacts and test results to validate code correctness, integration safety, and rollback readiness before production deployment.

What's the best way to assess integration safety and security vulnerabilities in new code?

The best way to assess integration safety and security vulnerabilities is to analyze the code implementation for resource leaks, inefficiencies, and external service contract violations while validating that all new paths are tested and passing.

Why does my code review need access to workflow artifacts?

Your code review needs access to workflow artifacts because it requires the original plan and execution context to verify that post-implementation code changes correctly fulfill acceptance criteria and are safe for production.