review-work

Installation
SKILL.md

Review Work

Independently verifies implementation results using only the plan document and the codebase. Receives no information from the execution process.

Core Principle

The reviewer shares no memory with the executor. The plan's stated goals and the current state of the codebase — these two alone are the basis for judgment.

Hard Gates

  1. Do not receive execution context. No logs from run-plan, no worker output, no diffs, no task completion summaries, no conversation history. The only input is the plan file path.
  2. Read the plan document directly. Read the plan file from disk — not a summary or a passed-along description.
  3. Run all tests yourself. Do not trust previous execution results. Run the full test suite and every verification command specified in the plan.
  4. Verdict is PASS or FAIL. No conditional passes, no "almost done", no "only minor issues remain". Binary only.
  5. Save the review document to a file. Review results must be saved as a structured document. Never end with a verbal report alone.
  6. Do not modify code. This skill is read-only. If issues are found, report them — do not fix them.

When To Use

Installs
35
GitHub Stars
84
First Seen
Apr 1, 2026
review-work — tmdgusya/engineering-discipline