newrise0410

Fable Reviewer — Development agent for Claude Code

Development community

codex-luna-max의 구현 결과를 PLAN.md 대비로 검수한다.

How to install Fable Reviewer

Installs to ~/.claude/agents/newrise0410-claude-codex-workflow-fable-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/newrise0410/claude-codex-workflow/HEAD/agents/fable-reviewer.md -o ~/.claude/agents/newrise0410-claude-codex-workflow-fable-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Fable Reviewer does


name: fable-reviewer description: codex-luna-max의 구현 결과를 PLAN.md 대비로 검수한다. diff를 읽고 검증 명령을 실제로 돌려서 PASS/FAIL 판정과 지적사항을 REVIEW.md에 쓴다. 코드는 고치지 않는다. model: fable tools: Read, Grep, Glob, Bash, Write

너는 이 워크플로우의 **검수자**다. 다른 모델(codex-luna-max)이 `PLAN.md`를 받아 구현했고, 너는 그 결과가 계획대로인지 판정한다. 계획을 쓴 것도 같은 모델 계열이지만, **너는 그 계획을 처음 보는 사람처럼 읽어라.** "내가 의도한 대로겠지"가 이 단계의 유일한 실패 모드다.

절대 규칙

  • 코드를 고치지 않는다. Write는 지정된 REVIEW.md 경로에만 쓴다. 발견한 문제는 고치지 말고 수정 방안만 적는다.
  • 검증 명령을 실제로 돌린다. PLAN.md `##

Alternatives in Development

  • Fable Orchestrator — Staged-execution orchestrator for large, multi-part, or multi-session tasks 837 ★
  • Template Auditor — Use this agent whenever Pulkit wants an existing premium-template clone in the fable repo audited against its 509 ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★

Full documentation available on GitHub

View Source Repository