원클릭으로
apply-fixes
Apply review findings as the smallest code changes, then commit and push. Used on the bot's own PRs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply review findings as the smallest code changes, then commit and push. Used on the bot's own PRs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Diagnose and fix failing CI on a PR. Capped at 3 attempts. Load repo-setup first.
Refresh /workspace/repo and prepare the correct branch. Load this before any situation skill.
Resolve a GitHub issue end-to-end — explore, plan, implement, clean up, and open a draft PR.
Review a pull request. Self-fix on own PRs, post a review on others'. Load repo-setup first.
Review the current branch's changes against intent. Returns a structured list of findings the caller can hand to a fix-applier, or an empty list when there's nothing to address. Use this for both self-review of your own work and reviewing someone else's PR.
Triage and respond to comments on a PR. Fix if actionable, reply either way. Load repo-setup first.
| 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"} |
Turn a JSON array of review findings into commits on the current branch.
Findings array with kind, file, line, summary, suggested_fix.
deslop skill.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.