بنقرة واحدة
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