| 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 |
|
Turn a JSON array of review findings into commits on the current branch.
Findings array with kind, file, line, summary, suggested_fix.
- 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
deslopskill. - Commit and push. Stage only files you edited.
Report: commit SHA, findings addressed, findings skipped with reasons. Don't force-push. Don't open a new branch or PR.