一键导入
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