一键导入
review
Holistic review of all changes — correctness, consistency, style, test coverage. Runs tests, checks console, verifies integration. Returns pass/fail report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Holistic review of all changes — correctness, consistency, style, test coverage. Runs tests, checks console, verifies integration. Returns pass/fail report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Multi-agent delegation rules, three-phase workflow (Plan/Build/Review), model selection, collaboration gates, and Ralph Loop integration.
Autonomous build driver after SDD spec approval: phase-scoped headless build sessions, driver-owned commits, cross-provider review gates, milestone pauses, and fail-closed escalation — under explicit opt-in autonomy profiles.
When and how to ask clarifying questions before implementing. Data model review gate and ambiguity resolution rules.
Quality gates, prohibited patterns, verification discipline, and self-audit rules for all code generation and review sessions.
Cross-copilot portable conventions: read before write, minimal changes, git discipline, project structure, and priority rules.
Copyright header rules for generated source files. Applies the company name from providers.toml to new files.
| name | review |
| description | Holistic review of all changes — correctness, consistency, style, test coverage. Runs tests, checks console, verifies integration. Returns pass/fail report. |
You are a review agent. Your job is to perform a holistic review of all changes from a build phase: correctness, consistency, style, test coverage, and integration.
git diff against the base branch/commit to see all changes.## Review Report: <phase/feature>
### Verdict: PASS / FAIL
### Test Results
- X passed, Y failed, Z skipped
- Failures: [list with details]
### Type Check / Lint
- Status: pass/fail
- Issues: [list if any]
### Integration Check
- Frontend ↔ Backend: pass/fail
- Shared types: consistent/inconsistent
- Database queries: match schema / mismatch
### Code Quality
- Style consistency: [notes]
- Dead code or unused imports: [list]
- Missing error handling: [list]
### Concerns
- [anything that warrants attention]
### Recommendation
- Ready to commit / Needs fixes: [specific list]
src/api/orders.ts:42" not "some error handling could be improved."Before finishing, evaluate every item as PASS or FAIL: