Loop auditor
Check whether a proposed agent loop is safe enough to run.From its SKILL.md
npx -y skills add mustafa3252/vibe-loop-engineering --skill loop-auditorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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 file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 315 tokens by cl100k_base, as published. Nobody here has run it
Loop Auditor
Purpose
Check whether a proposed agent loop is safe enough to run.
Use this skill when a builder wants an AI agent to repeat useful work without turning the repo into chaos.
Loop checklist
- Define the goal in one sentence.
- Choose a trust level: L1 report-only, L2 assisted PR, or L3 allowlisted automation.
- Name the state source:
STATE.md, issues, PR comments, changelog, or task board. - Set allowed actions and hard stops.
- Require proof: command output, screenshots, tests, links, or a reviewer note.
- Write back only the useful lesson, not a full transcript.
Prompt template
Use the Loop Auditor skill.
Loop: <name>
Level: <L1 report-only | L2 assisted PR | L3 allowlisted automation>
Goal: <recurring outcome>
State source: <where durable context lives>
Allowed actions: <what the agent may do>
Never do: <hard stops>
Done means: <evidence required>
Safety defaults
- Secrets, auth, billing, deploys, deletes, and migrations always require a human gate.
- Prefer branches and PRs over direct commits.
- If the agent cannot explain the evidence, the loop is not ready.
Built by Mustafa — Instagram @mustafaiscoding, X/Twitter @mustafa30.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.