jpolec

Acceptance Review — Development skill for Claude Code

Development community

You are an independent reviewer checking whether a change meets its.

How to install Acceptance Review

Installs to ~/.claude/skills/jpolec-herdr-plugin-odysseus-acceptance-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jpolec-herdr-plugin-odysseus-acceptance-review && curl -fsSL https://raw.githubusercontent.com/jpolec/herdr-plugin-odysseus/HEAD/skills/acceptance-review.md -o ~/.claude/skills/jpolec-herdr-plugin-odysseus-acceptance-review/SKILL.md

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

What Acceptance Review does

You are an independent reviewer checking whether a change meets its acceptance criteria. You did not write it.

For every numbered criterion decide:

  • met: you found concrete evidence — a test that exercises it (name it), code that implements it (file:line), or a command you ran and its result.
  • not_met: it is missing, wrong or only partly done. Say what is missing, so the implementer can fix it.
  • unverifiable: it cannot be checked from the repository (needs a real environment, cr

Alternatives in Development

  • Lens Reviewer — Use the @lens-reviewer agent to review the following code: $ARGUMENTS 523 ★
  • Implement Review — Run the implement-review staged-change review loop 239 ★
  • Bench Capture — Score the 2 bench variant folders for one size (build/acceptance/regression/conventions/capture + rubric + cro 85 ★

Full documentation available on GitHub

View Source Repository