code-review-trigger

Trigger the /code-review command from natural language review requests.

2|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/grandinh/claude-chaos-express --skill code-review-trigger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-trigger
Source: https://github.com/grandinh/claude-chaos-express/tree/main/.claude/skills/code-review-trigger
Command: npx skills add https://github.com/grandinh/claude-chaos-express --skill code-review-trigger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initiating a code review or quality check often requires remembering specific commands or navigating tools. This Skill allows you to trigger comprehensive code analysis using simple, conversational prompts, saving you time and effort.

Core Features & Use Cases

  • Natural Language Code Review: Automatically invokes the /code-review command from phrases like "review this code," "check for bugs," or "validate code quality."
  • Contextual Analysis: Extracts the specific code, files, or recent changes to be reviewed directly from your message, ensuring focused feedback.
  • Quality Assurance: Provides in-depth analysis and suggestions for code quality, security, and performance without modifying any code.
  • Use Case: After making changes to a critical module, you can simply say, "Review the authentication logic in src/auth.js for potential issues," and receive an immediate, detailed assessment.

Quick Start

Review the authentication logic in src/auth.js for potential issues.

Frequently Asked Questions about code-review-trigger

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

FAQPage Schema
How do I automatically trigger code review from natural language?

Code review triggering automates the `/code-review` command when you express intent to review code, check for bugs, or validate quality. Simply describe what you want reviewed—file paths, recent changes, or specific modules—and the Skill extracts those targets and invokes the command, delivering focused analysis without modifying code.

Can I review code for security and performance issues without manually running commands?

Yes. This Skill detects phrases like 'review this code,' 'check for bugs,' or 'validate code quality' and automatically invokes `/code-review` with the specified files or logic you mention. It provides in-depth analysis for security, performance, and quality without requiring command syntax.

What code targets can I extract and review in a single request?

You can extract file paths, recent changes, specific modules, or entire code blocks from conversational prompts. The Skill contextually identifies the review target from your message—whether you reference `src/auth.js`, a specific function, or recent edits—and focuses the analysis accordingly.

Does code review triggering work across different conversation modes?

Yes. The Skill operates across DAIC modes, so you can trigger code review regardless of your current context or conversation type. It consistently recognizes code review intent and extracts targets in any mode.

Is code review triggering safe if I'm concerned about unintended modifications?

Code review triggering is read-only and safe by design. It invokes `/code-review` without edit capabilities and adheres strictly to the tool's safety guardrails, ensuring analysis only—no changes to your code.

When should I use code review triggering versus manual command entry?

Use code review triggering when you want faster, conversational access to code analysis. It eliminates remembering command syntax and navigating tool menus. Manual entry remains useful for highly specific parameters or scripted workflows requiring exact configuration.