review-helper

Perform a code review focused on bugs, risks, regressions, and missing tests.

$ 설치

git clone https://github.com/jibaxZZZ/codex-root-configuration /tmp/codex-root-configuration && cp -r /tmp/codex-root-configuration/.codex/skills/review-helper ~/.claude/skills/codex-root-configuration

// tip: Run this command in your terminal to install the skill


name: review-helper description: Perform a code review focused on bugs, risks, regressions, and missing tests.

Intent

Use when the user asks for a code review.

Steps

  1. List findings by severity with file references.
  2. Call out missing tests or unsafe changes.
  3. Ask clarifying questions if needed.
  4. Provide a brief summary only after findings.