doctor
Installation
SKILL.md
Per-step execution loop
For every step, follow this exact order:
- Announce the step.
- Run the step and fix failures until it passes.
- Give a very brief report of changes made in that step.
- Continue to the next step.
Example announce line:
Doctor: Step 2/3 - mix check
Example report line:
Step 2 report: lib/surge/foo.ex - removed unused alias; wrapped side effect in after callback.