원클릭으로
gh-pr-comment-fixer
Fix GitHub PR review comments with branch-safe edits, validation, and explicit thread resolution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix GitHub PR review comments with branch-safe edits, validation, and explicit thread resolution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | gh-pr-comment-fixer |
| description | Fix GitHub PR review comments with branch-safe edits, validation, and explicit thread resolution. |
| category | github-pr |
| kind | atomic |
| phase | context |
| requires_write | true |
| requires_slurm | false |
| requires_benchmark_artifacts | false |
| delegates_to | [] |
| output_schema | skill_run_summary.v1 |
Use this on a writable PR branch when actionable review feedback exists.
If you only need to detect whether review feedback, CI failure, stale head state, or mergeability needs attention, start with the read-only babysitter snapshot instead:
uv run python scripts/dev/pr_babysitter_snapshot.py <pr-number> --expected-head-sha <sha> --json
Use this skill after that snapshot recommends process_review_comment or when the user explicitly
asks to fix known review comments.
resolveReviewThread mutation via gh api graphql.output/-class artifacts before commit and document disposal/durability.Use this skill for the scope named in its frontmatter description and registry metadata.
.agents/skills/skills.yaml.Return the schema named by the output_schema frontmatter field, or a compact equivalent when the caller does not require YAML.
Open a conservative Robot SF PR with scope verification, freshness checks, and artifact discipline.
Use for an autonomous Robot SF issue-to-PR loop that selects eligible GitHub issues, implements one scoped issue at a time, validates, pushes, and opens PRs.
Guarded PR merger; merges merge-ready PRs after verifying label, CI status, branch protection, and preflight checks.
Use for an autonomous Robot SF PR review loop that fixes scoped review gaps, validates proof, resolves review threads, and applies merge-ready; not for merging.
Autonomous issue-to-PR workflow from next eligible issue to ready PR with consistent metadata handling.
Continuous goal autopilot; orchestrates implement, review, merge, and discover cycles with preflight validation and delegation failure recovery.