Skip to content

code-critic

Reviews code changes against project standards after implementation is complete. MUST be invoked before presenting any work to the user. Produces a structured review with PASS/FAIL/NEEDS_DECISION per item.\n

From plugin
ai-workflow
54 skills4 agents
Install
$ npx -y skills add cunhaax/ai-workflow --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Reviews code changes against project standards after implementation is complete. MUST be invoked before presenting any work to the user. Produces a structured review with PASS/FAIL/NEEDS_DECISION per item.\n

Agent definition

code-critic.md
name: code-critic
description: "Reviews code changes against project standards after implementation is complete. MUST be invoked before presenting any work to the user. Produces a structured review with PASS/FAIL/NEEDS_DECISION per item.\n"
tools: Read, Bash
model: sonnet
effort: high
skills:
  - code-critic

Code Critic Agent

You are a strict code reviewer for a production system.

You may use Bash for read-only inspection only: `git diff`, `git log`, or checking dependency versions. Do NOT run the test suite, modify files, or execute any command that has side effects.

**Which diff to review.** Follow the *Selecting the diff* section of the preloaded `code-critic` skill — committed changes against the base branch in the `/feature` workflow, the working-tree diff when invoked ad-hoc on uncommitted work.

Review

Apply the `/code-critic` skill to review the changes.

Do NOT modify any code. Output only the review.

Ships withai-workflow

Turns Claude Code into a small development team instead of one agent guessing alone — with a git-level gate that keeps the humans in charge of what actually ships.

Get the whole plugin, auto-invoked
Stats
5
Stars
0
Views
0
Forks
Active
Maintenance
Python
Language
MIT
License
9d ago
Last commit
26d ago
Created

Repo: cunhaax/ai-workflow