一键导入
copilot-pr-review-loop
Run the GitHub Copilot Code Review and CI loop when the final deep review is required or when the temporary per-W review override is removed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the GitHub Copilot Code Review and CI loop when the final deep review is required or when the temporary per-W review override is removed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resume or enforce the padosoft/laravel-evidence-risk-review-admin implementation plan.
Continue or resume the padosoft/laravel-evidence-risk-review-admin package implementation. Use when working in this repo, when context was compacted or lost, or when enforcing branch, PR, testing, frontend, Laravel package, standalone-agnostic, and release rules.
Use ChatGPT Codex Connector as the automatic PR review fallback when GitHub Copilot Code Review is blocked by quota, budget, access, or prolonged non-response.
| name | copilot-pr-review-loop |
| description | Run the GitHub Copilot Code Review and CI loop when the final deep review is required or when the temporary per-W review override is removed. |
Per-W and per-subtask Copilot/Codex reviews are disabled for this roadmap. Use this skill for the final deep review or if the user explicitly removes the override.
Prefer:
gh pr create --base <base-branch> --head <head-branch> --title "<title>" --body-file <body-file> --reviewer '@copilot'
For an existing PR:
gh pr edit <PR> --add-reviewer '@copilot'
If that fails or no-ops after verification:
gh pr edit <PR> --add-reviewer copilot-pull-request-reviewer
gh api repos/padosoft/laravel-evidence-risk-review-admin/pulls/<PR>/requested_reviewers
gh pr view <PR> --json reviewRequests,reviews,comments,reviewDecision,statusCheckRollup
Copilot started only when Copilot is visible in requested reviewers, review requests, reviews, or comments. Command success alone is not enough.
gh pr view <PR> --json state,reviewDecision,mergeStateStatus,statusCheckRollup,reviews,comments,reviewRequests,headRefOid
gh api repos/padosoft/laravel-evidence-risk-review-admin/pulls/<PR>/reviews
gh api repos/padosoft/laravel-evidence-risk-review-admin/issues/<PR>/comments
gh api repos/padosoft/laravel-evidence-risk-review-admin/pulls/<PR>/comments
Fix actionable findings, rerun local gates, push, and re-request until clear.