review

Identify code quality issues and improvement opportunities without modifying source files.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/richardriman/crafter --skill review-richardriman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/richardriman/crafter/tree/main/skills/review
Command: npx skills add https://github.com/richardriman/crafter --skill review-richardriman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Code quality reviews can be time-consuming and error-prone; this skill provides a dedicated code-review agent to perform thorough, read-only assessments that don't modify your source.

Core Features & Use Cases

  • Thorough analysis of readability, architecture, security, and performance.
  • Safe, read-only reviews ideal for pre-merge feedback, refactors, and onboarding.
  • Use Case: You want a fast, reliable code assessment before merging.

Quick Start

Invoke /review <project-or-files> to start a read-only code review with the dedicated agent.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run an automated code review on a pull request without modifying source files?

A read-only code review agent analyzes your pull requests without modifying source files, returning findings on readability, architecture, and security. Invoke it directly on your project or files to get actionable feedback.

What code quality issues can an automated static analysis agent identify?

An automated code review agent identifies issues in readability, architecture, security, and performance. It returns concrete recommendations for improvement opportunities without altering your source files.

Can I use an AI agent for pre-merge code assessments on refactored snippets?

Yes, an AI agent performs safe, read-only code assessments ideal for pre-merge feedback, refactors, and snippets. It evaluates readability, architecture, and security to provide reliable pre-merge code analysis.

Does the code review agent change my code during the static analysis process?

No, the code review agent does not change your code during static analysis. It spawns a strictly read-only agent that assesses code quality and returns findings without modifying your source files.

What is the best way to get code review feedback before merging a pull request?

The best way to get pre-merge code review feedback is to invoke a dedicated read-only agent on your pull request. It safely identifies code quality issues and returns concrete recommendations without modifying source files.