| name | apply-fixes |
| description | Apply review findings as the smallest code changes, then commit and push. Used on the bot's own PRs. |
| license | Apache-2.0 |
| metadata | {"audience":"autonomous-agents"} |
Apply Fixes
Turn a JSON array of review findings into commits on the current branch.
Input
Findings array with kind, file, line, summary, suggested_fix.
Workflow
- Verify you're on a feature branch, not the default.
- Plan: decide which findings are tractable in small changes vs. skip.
- Implement one finding at a time. Smallest change per finding.
- Run tests if you can find the command quickly.
- Load
deslop skill.
- Commit and push. Stage only files you edited.
- If a finding came from a PR review thread, close the loop on that thread (see
respond-to-comment): reply on the thread with the commit SHA, then resolve
the thread. Only resolve threads you actually fixed. After all fixes are
pushed, re-request review from the reviewer.
Report: commit SHA, findings addressed, findings skipped with reasons.
Don't force-push. Don't open a new branch or PR.