Cm Code Review

Structured request-review-merge workflow with an anti-bloat checklist and persistent review memory.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · b7f6f4f

Asked it to close out a finished feature branch: instead of a generic 'open a PR, ask a teammate' answer, it produced git SHA capture, a reviewer-feedback framework that blocks 'Good catch, fixed' without verification, and a scope-creep/bloat checklist — then logs the outcome to .cm/CONTINUITY.md for next time.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Cm Code Review does

Runs the full code-review lifecycle: requesting reviews with git SHAs, a response framework for handling feedback without performative agreement, a Karpathy-style scope-creep/bloat checklist, and branch-finishing steps (merge, PR, or cleanup). Writes review learnings to .cm/CONTINUITY.md so future reviews reuse prior feedback instead of repeating it. Triggers on finishing a task, receiving reviewer feedback, or wrapping up a feature branch.

How to install Cm Code Review

git clone https://github.com/tody-agent/codymaster
cd codymaster
mkdir -p ~/.claude/skills
cp -r .claude/skills/cm-code-review ~/.claude/skills/cm-code-review

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Cm Code Review

  • /cm-code-review Structured request-review-merge workflow with an anti-bloat checklist and persistent review memory.

It also activates on plain-language prompts like these:

  • I finished this feature branch, can you request a code review for it?
  • The reviewer left feedback on my PR, help me respond to it properly.
  • Tests pass and the branch is clean, what's next before we merge this?

Frequently asked questions

Is the Cm Code Review skill free?
Yes. The skill itself is free from tody-agent/codymaster. SkillProof publishes the install command and an independent test verdict at no cost.
Does Cm Code Review work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Asked it to close out a finished feature branch: instead of a generic 'open a PR, ask a teammate' answer, it produced git SHA capture, a reviewer-feedback framework that blocks 'Good catch, fixed' without verification, and a scope-creep/bloat checklist — then logs the outcome to .cm/CONTINUITY.md for next time.
What is the Cm Code Review SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Cm Code Review?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Cm Code Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.