Loopify review
Skill AndreRatzenberger/loopify/plugins/loopify/skills/loopify-review
Loop yes. Prompt no. Agent skills that turn specs into checked agent loops with receipts.
npx -y skills add AndreRatzenberger/loopify --skill loopify-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when auditing a Loop Contract, trace, quality gate, or done claim — or when acting as the independent verifier that grades a loop's success claim and writes verdict.md.
SKILL.md
2.4 KB, as published. Nobody here has run it
loopify-review
Review a loop before or after execution.
When To Use
- A loop claims done.
- A quality gate may be incomplete.
- A contract may have weak evidence or broad authority.
- A trace needs review before a human accepts the result.
- A loop requests verification per its contract's
## Verificationsection (verifier mode).
Do Not Use
- Do not rubber-stamp passing tests.
- Do not bury findings below a summary.
- Do not treat missing evidence as low risk by default.
Workflow
- Read Loop Contract, trace, checks, and diff if present.
- Review requirement coverage using
references/review-rubric.md. - Identify weak evidence, missing checks, ambiguous stops, authority creep, and untested behavior.
- Present findings first, ordered by severity.
- Recommend concrete contract/check/trace fixes.
Verifier Mode
When invoked as the independent verifier (never the maker's session):
- Read
references/independent-verification.mdand the loop folder's contract, trace, and diff. - Re-run the quality gate and the contract's cheap checks yourself.
- Grade every Requirement Evidence Map row pass/fail/cannot-verify.
- Confirm the manual/visual queue is enumerated.
- Produce
verdict.mdfromtemplates/verdict.md. In a writable context that file is your only write; in a read-only sandbox (the emitted Codex verifier) return the full verdict body instead, and the caller transcribes it verbatim into the loop folder. - Overall:
approveonly when every automated row passes and nothing blocking remains; otherwiserejectwith severity-ordered findings, orcannot-verifywith what was missing.
Output
A review report using templates/review-report.md.
Validation
- Findings are severity-ordered and path-grounded when possible.
- Residual risk is explicit.
- The verdict states whether the work is allowed to count.
- Verifier mode:
verdict.mdexists, names the verifier and independence level, and every Overall=approve is backed by re-executed checks.
Example
Use loopify-review on .loopify/loops/001-papertrail/loop-contract.md, .loopify/loops/001-papertrail/trace.md, and the current git diff.