Use to run the parallel-worktree demo loop — multiple makers fix different modules concurrently, each in its own git worktree, then an integrator merges and runs the full suite. Triggers on "parallel loop test", "run the parallel sandbox", "worktree loop…
az9713/loop-engineering
SkillsMP has collected 6 skills from az9713/loop-engineering. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 6 of 6 collected skills.
Use to run a zero-dependency sandbox loop that proves the loop machinery works end to end. Triggers on "run the demo loop", "test the loop", "quick loop test", "demo loop", "make the sandbox tests pass". Fixes intentionally-broken code until `python -m…
Use after an incident/outage to draft a blameless postmortem with a verified root-cause hypothesis. Triggers on "draft a postmortem", "incident writeup", "root cause analysis", "RCA", "what caused the outage". Investigates read-only, red-teams the cause, and…
Use when documentation is stale or drifting from the code — to reconcile docs with the current source. Triggers on "reconcile docs", "docs are stale", "update docs to match code", "doc drift", "fix outdated documentation". Rewrites affected pages and verifies…
Use when a test is intermittently failing or you need to triage/quarantine flaky tests. Triggers on "flaky test", "triage flaky", "quarantine flaky test", "test fails intermittently". Reproduces with a 50x rerun harness, classifies flaky vs real regression,…
Use when upgrading dependencies, bumping packages, or patching security vulnerabilities. Triggers on "upgrade dependencies", "bump deps", "security upgrade", "patch vulnerabilities", "update packages". Runs an autonomous maker/checker upgrade loop that opens…