The codified ticket-handling policy from 'Skill Issue' — a skill, a script, and a rule packaged as one distributable context artifact.
58
67%
Does it follow best practices?
Impact
96%
1.60xAverage score across 1 eval scenario
Advisory
Suggest reviewing before use
The codified ticket-handling policy from the talk "Skill Issue: How to Write
Skills That Actually Work" — the same behaviour the bad fix-the-ticket skill
was reaching for, but decomposed into a skill, a script, and a rule and packaged
as one distributable context artifact.
| Kind | Name | Does |
|---|---|---|
| Skill | fix-the-ticket | The code-ticket lane: implement → PR → summon+await review → resolve → merge. Scoped so it doesn't fire on docs tickets. |
| Script | scripts/await_review.py | Deterministic summon-Copilot-review + bounded poll (no token-burning model loop). |
| Rule | tests-before-pr | Always-applied: no PR for a code change without tests. |
tessl install jbaruch/skill-issue-policy