Loopify checks
Skill AndreRatzenberger/loopify/plugins/loopify/skills/loopify-checks
Loop yes. Prompt no. Agent skills that turn specs into checked agent loops with receipts.
npx -y skills add AndreRatzenberger/loopify --skill loopify-checksAssembled 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 turning vague requirements into concrete automated checks, visual review gates, manual review items, acceptance tests, or quality-gate commands.
SKILL.md
1.5 KB, as published. Nobody here has run it
loopify-checks
Turn requirements into honest evidence.
When To Use
- A Loop Contract has weak evidence.
- A spec uses words like polished, fast, delightful, or production-ready.
- A project needs tests, screenshot checks, build checks, or manual gates.
Do Not Use
- Do not invent tests that do not prove the requirement.
- Do not erase manual review just because automation is easier.
- Do not modify product behavior unless the user authorized implementation.
Workflow
- Read the spec or Loop Contract.
- Identify weak, fake, or missing evidence.
- Use
references/check-patterns.mdto propose checks by evidence class. - Use
references/visual-review-gates.mdfor UI/screenshot work. - Use
references/manual-review-language.mdfor subjective acceptance. - Add or draft checks only when authorized.
- Update the Requirement Evidence Map.
Output
Updated Loop Contract, quality gate, tests, screenshot plan, or acceptance
checklist using templates/acceptance-checklist.md.
Validation
- Each required behavior has evidence or an explicit ambiguity.
- Visual/manual gates are not hidden inside automated claims.
- New checks are runnable or clearly marked as drafts.
Example
Use loopify-checks to strengthen .loopify/loops/001-papertrail/loop-contract.md for mobile layout and fallback behavior.