review

Review code against project standards and classify findings by P1/P2/P3 severity.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/coreindustries/core-ai-template --skill review-coreindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/coreindustries/core-ai-template/tree/main/.claude/skills/review
Command: npx skills add https://github.com/coreindustries/core-ai-template --skill review-coreindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code against project standards, identifying critical issues, and classifying them by severity to ensure code quality and security.

Core Features & Use Cases

  • Comprehensive Code Analysis: Evaluates code from multiple perspectives including quality, security, performance, architecture, simplicity, and data integrity.
  • Severity Classification: Assigns P1 (Critical), P2 (Important), or P3 (Suggestion) to identified issues.
  • Use Case: Before merging a new feature branch, run /review --pr feat/new-feature to get a detailed report on potential issues, ensuring only high-quality, secure code is integrated.

Quick Start

Run /review to review staged changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a multi-perspective code review against project standards?

Multi-perspective code review evaluates quality, security, performance, architecture, simplicity, and data integrity against project rules. It classifies findings by P1, P2, or P3 severity and provides actionable feedback with specific file and line references.

Can I review specific files or PR branches instead of staged changes?

Yes, code review supports reviewing staged changes, specific files or directories, and PR branches. You can target a feature branch by passing the branch name to analyze changes against project rules and agent-specific guidelines.

What is the difference between P1, P2, and P3 severity classifications in code analysis?

Severity classifications in code analysis rank issues by impact: P1 denotes critical issues, P2 indicates important problems, and P3 represents suggestions. This helps prioritize fixes for security vulnerabilities, performance bottlenecks, and architectural flaws.

Does automated code analysis work with custom code standards and agent-specific guidelines?

Automated code analysis works with custom code standards by evaluating code against defined project rules and agent-specific guidelines. It identifies critical issues across multiple perspectives and outputs actionable feedback with precise file and line references.

What's the best way to ensure code quality before merging a new feature branch?

The best way to ensure quality before merging is running a multi-perspective code review on the PR branch. This identifies critical security, performance, and architecture issues, classifying them by severity to ensure only high-quality code is integrated.

Why does code review focus on data integrity and architecture alongside security?

Code review focuses on data integrity and architecture alongside security because comprehensive analysis requires evaluating overall code health. Analyzing simplicity, performance, and quality ensures robust software engineering practices beyond just fixing critical vulnerabilities.