Install Loop Engineering into a project via the unified CLI front door (@cobusgreyling/loop). Prefer this over invoking loop-init / loop-audit separately. Week-one is report-only; never enable auto-merge or unattended fixes unless the human explicitly asks and doctor is healthy.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/install-loop/SKILL.mdLeave the repo with a scaffolded report-only loop, a Loop Ready score, and clear next actions — using the single CLI:
npx @cobusgreyling/loopDo not deprecate or remove existing loop-init / loop-audit usages you find; both doors stay valid. Prefer loop for new work.
Detect context
LOOP.md or STATE.md already exists, run doctor only (skip init unless human asks to re-scaffold):
npx @cobusgreyling/loop doctor . --json
npx @cobusgreyling/loop status .Pick pattern (default: daily-triage)
| Pain | Pattern |
|---|---|
| Morning chaos / unclear priorities | daily-triage |
| PRs stalling | pr-babysitter |
| CI red / flakes | ci-sweeper |
| CVE / Dependabot noise | dependency-sweeper |
| Post-merge TODOs | post-merge-cleanup |
| Stale release notes | changelog-drafter |
| Noisy issues | issue-triage |
| One GitHub Action, almost no files | thin-loop |
Pick tool — claude | grok | codex | opencode (default claude).
Scaffold
npx @cobusgreyling/loop init . --pattern <pattern> --tool <tool>Optional harness (only if human wants Foundry): add --with-foundry.
Doctor
npx @cobusgreyling/loop doctor .0 = healthy · 1 = warnings · 2 = blockedCost check before high-cadence schedules:
npx @cobusgreyling/loop cost -p <pattern> -l L1 -c 1dWeek-one rule
/loop or scheduler command from init output.npx @cobusgreyling/loop badge .These remain fully supported (do not rewrite existing docs/scripts unless asked):
npx @cobusgreyling/loop-init .
npx @cobusgreyling/loop-audit . --suggest0dc0f3f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.