review

Analyzes recent code changes for quality, security, and CLAUDE.md compliance.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/craftwerk-studio/claude-boilerplate --skill review-craftwerk-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/craftwerk-studio/claude-boilerplate/tree/main/.claude/skills/review
Command: npx skills add https://github.com/craftwerk-studio/claude-boilerplate --skill review-craftwerk-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review recent code changes for quality, security, and consistency with project conventions.

Core Features & Use Cases

  • Automatic diff analysis of the latest commits and pull requests.
  • Checks for security concerns, code style consistency, and adherence to CLAUDE.md guidelines.
  • Use Case: When reviewing a merge, quickly surface critical issues and ensure alignment with project standards.

Quick Start

Run the lightweight review pass on your current working tree to surface issues.

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 for security and quality before a pull request?

Code review for pull requests involves analyzing recent diffs to detect security issues, regressions, and convention violations. It validates patterns against project guidelines and outputs structured findings suitable for triage before merging.

What is the best way to check if my feature branch adheres to CLAUDE.md conventions?

Checking feature branch adherence to CLAUDE.md conventions involves performing diff inspection on recent code changes. This validates API conformance and project patterns, surfacing any deviations from established guidelines as structured findings.

Does automated diff analysis work with codebases that do not use CLAUDE.md guidelines?

Automated diff analysis relies on CLAUDE.md conventions to validate code style and patterns. It is designed for codebases following these guidelines, meaning projects without this configuration may not receive accurate convention adherence checks.

How do I surface critical issues and regressions from the latest commits?

Surface critical issues and regressions by running a lightweight review pass on your current working tree. This inspects recent diffs to ensure code quality, security, and API conformance, outputting structured findings for triage.

Can I use this code review approach for both feature branches and pull requests?

Yes, you can use this code review approach for both feature branches and pull requests. It performs diff inspection across recent changes to check for security concerns, style consistency, and adherence to CLAUDE.md guidelines.