一键导入
fixall
instructions to cleanup after code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
instructions to cleanup after code review
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fixall |
| description | instructions to cleanup after code review |
| disable-model-invocation | false |
| allowed-tools | Bash(git *) Bash(cargo test *) Bash(uv run pytest *) |
Address all issues identified in the code review one by one. If fixing them appears manageable within scope, fix fix them now. If not, lodge the issue on github. Once all issues have been addressed, review the code changes thoroughly. If satisfied no issues left open, commit and push the changes into the PR.
Before editing any files, switch to the open PR's feature branch / worktree, then run git fetch origin && git merge origin/main to absorb any pause-window baton syncs (per [[feedback_next_session_main_authoritative]]) into the branch's history. Skipping this step causes add/add conflicts on the handoff doc whenever main has been preemptively synced — the squash-merge does not silently resolve them. If the merge has conflicts (typically only the handoff doc), keep the branch version (git checkout --ours <path> + git add + git commit --no-edit) because the in-flight fixup is strictly newer than main's snapshot.