// Natural language wrapper for code review - automatically triggers /code-review when users express intent to review code, check for bugs, or validate code quality
| name | code-review-trigger |
| description | Natural language wrapper for code review - automatically triggers /code-review when users express intent to review code, check for bugs, or validate code quality |
| schema_version | 1 |
Type: ANALYSIS-ONLY DAIC Modes: DISCUSS, ALIGN, IMPLEMENT, CHECK (all modes) Priority: High
This skill activates on:
(review|check|validate|analyze).*?(code|file|changes|this), (find|detect|look for).*?(bug|issue|problem|error), code.*?quality, (inspect|audit).*?(code|file|changes)From: skill-rules.json - code-review-trigger configuration
Automatically trigger the /code-review slash command when users express intent to review code, check for bugs, or validate code quality using natural language. This skill eliminates the need to remember the exact /code-review syntax.
In any DAIC mode:
Natural Language Detection
/code-review with appropriate argumentsContext Extraction
Slash Command Invocation
/code-review command with extracted argumentsTriggers this skill:
Does NOT trigger (too generic):
ANALYSIS-ONLY RULES:
Invocation Rules:
This skill acts as a natural language wrapper around /code-review. The actual code review logic lives in .claude/commands/code-review.md, which:
This skill simply detects the intent and routes to that command.