원클릭으로
fix-pr
Fix GitHub or local review findings, re-verify, and loop up to 3 times before escalating.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix GitHub or local review findings, re-verify, and loop up to 3 times before escalating.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.
Repository development entrypoint for requests like 実装して, 追加して, 修正して, この repo で作って. Handles work artifacts, TDD, smoke/E2E verification, review, and handoff.
Create a PR only after quality gates, work artifacts, and Codex review request preparation are complete.
Repository-specific guardrails for architecture boundaries, work artifacts, durable docs, and review readiness. Use from project subagents.
Repository review entrypoint for requests like レビューして, 監査して, 問題点を見て, 改善点を洗い出して. Runs parallel code, performance/security, and spec-consistency review, then consolidates actionable findings.
Review for secret leaks, auth regressions, unsafe execution, and PII logging.
| name | fix-pr |
| description | Fix GitHub or local review findings, re-verify, and loop up to 3 times before escalating. |
| user_invocable | true |
Gather findings
work/reviews/gh repo view --json owner,name -q '.owner.login + "/" + .name'gh api "repos/${OWNER_REPO}/pulls/${PR_NUMBER}/comments"Fix Critical/High findings (iterate each finding) a. Read the finding: file path, line range, description, and suggested fix b. Apply the fix c. Run the relevant test suite for the changed file to verify the fix does not break existing behavior
Verify no regressions
pnpm check (lint + typecheck + test) to confirm the full codebase is healthyRe-review
/review skill (or code-reviewer agent) to re-evaluate the codebaseRetry loop (max 3 iterations)
Escalate or commit
work/reviews/escalation-{timestamp}.mdfix: resolve review findings)pnpm check before re-review