critical-code-review

Review code changes and generate structured issue lists with fix suggestions.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/CAPHTECH/claude-marketplace --skill critical-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critical-code-review
Source: https://github.com/CAPHTECH/claude-marketplace/tree/main/caphtech-plugin/skills/critical-code-review
Command: npx skills add https://github.com/CAPHTECH/claude-marketplace --skill critical-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates manual code review by automatically identifying critical issues and providing executable fixes, saving developers hours of tedious manual inspection.

Core Features & Use Cases

  • Comprehensive Issue Detection: Finds security risks, data corruption issues, and design flaws.
  • Automated Fix Generation: Provides specific, implementable code corrections.
  • Use Case: When you need to review a pull request, simply say "review PR #123" to get prioritized issues with line-by-line fixes.

Quick Start

Review the code changes in the current branch compared to main, focusing on high-priority security and performance concerns.

Frequently Asked Questions about critical-code-review

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

FAQPage Schema
How do I automatically review code for security issues and bugs?

Automated code review identifies security risks, data corruption issues, and design flaws across pull requests, branches, commits, files, or directories. The Skill provides structured issue lists with line-by-line fix suggestions, eliminating manual inspection.

Can I review a pull request and get fix recommendations automatically?

Yes. Specify a pull request (PR #123), branch diff (main..feature/new-api), commit range (HEAD~1..HEAD), or directory to trigger AI-powered review. The Skill outputs prioritized critical issues with executable code corrections.

What types of code problems does automated code review detect?

The Skill detects security vulnerabilities, data corruption risks, and architectural design flaws. It integrates context-aware analysis with Codex-assisted review to catch issues manual inspection often misses.

Do I need git to use this code review Skill?

Yes. Git is required to apply the Skill. It works with branch diffs, commits, pull requests, and file targets tracked in your repository.

Can code review work on specific files or entire directories?

Code review supports granular and broad scopes: target a single file (src/main.ts), a directory (src/), recent commits, branch diffs, or pull requests. Choose scope based on review focus.

How does automated code review differ from manual pull request review?

Automated review eliminates hours of manual inspection by instantly identifying critical issues and generating fixes. It provides consistent, context-aware analysis across security, performance, and design concerns at scale.