Jen repair
Skill youki0p0/jen-marketplace/plugins/jen/skills/jen-repair
Jen repair mode for failing tests, broken builds, runtime crashes, verifier rejection, or regressions.From its SKILL.md
npx -y skills add youki0p0/jen-marketplace --skill jen-repairAssembled 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.
SKILL.md
1.1 KB, 295 tokens by cl100k_base, as published. Nobody here has run it
Jen Repair
- Fix the reproduction command or steps.
- Classify the failure.
- Use
jen-debuggerfor unknown/root-cause work orjen-testfor test-specific failures. - Apply minimal fix.
- Add regression test if possible.
- Run relevant quality gate.
- Use
jen-verifierorjen-strict-verifierfor acceptance. - Record failure and fix in
.jen/verification.mdand.jen/handoff.md.
Loop guards (v3.4)
同一の修正を2回試して失敗したら、3回目は禁止。仮説を変えるか昇格する。 修正試行ごとに「前回と何を変えたか」を1行で明示すること。
Lessons (v3.3)
修復が検収を通ったら、必ず .jen/lessons.md へ教訓を1エントリ追記する
(書式: references/lessons-protocol.md)。着手前には lessons.md の
同種タスクの再発防止ルールを読み、既知の過ちを繰り返さないこと。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.