TASK GUIDE · SOURCE-AWARE
Agent Skills for debugging and bug reproduction
A disciplined Skill plan for repository intake, minimal reproduction, and regression evidence.
Build this plan for my Agent ↗Observe first; change one variable at a time and preserve the original failure evidence.
01 · SKILL STACK
A minimal three-role stack
Each role has one job. The personalized builder can adjust the selection for your Agent without changing the decision logic.
repo-intake-and-plan
Maps the relevant execution path before changing code.
- Main limitation
- It does not create environments, download assets, execute commands, perform paper lookup, or write the final report.
- First risk
- Planning from incomplete repository evidence
- Source evidence
- Pinned · 3ab50525
grill-me
Forces a minimal run and challenges unsupported assumptions.
- Main limitation
- A relentless interview can be tiring and disproportionate for small, reversible decisions.
- First risk
- Decision fatigue
- Source evidence
- Pinned · 885e2ca4
tdd
Turns the reproduced failure into a lasting regression check.
- Main limitation
- The workflow needs a functioning test runner and clear public behavior.
- First risk
- False confidence
- Source evidence
- Pinned · 885e2ca4
02 · ACCEPTANCE
How to know the task is finished
- Reproduce the same failure twice from a documented starting state.
- Identify the smallest input or state transition that triggers it.
- Add a check that fails before the fix and passes after it.
03 · STOP CONDITIONS
When to stop
- The reproduction depends on unknown external state.
- Multiple variables are changed before the failure is isolated.
- Logs may contain secrets or personal data.
04 · METHOD
How this guide was produced
SkillSignal maps a defined task to three non-overlapping responsibilities, then selects from reviewed catalog metadata. Agent fit, source state, permissions, and published scores are evaluated with deterministic rules. No LLM writes or reorders the recommendation at request time.