一键导入
code-review
Authoritative code review rubric for changed files. Covers 4 review layers, severity, confidence, merge recommendation, and concrete file:line findings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Authoritative code review rubric for changed files. Covers 4 review layers, severity, confidence, merge recommendation, and concrete file:line findings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Interview the user relentlessly about a plan or design until branch-level decisions are resolved for execution.
Access Figma designs, extract design systems, and retrieve component specifications. Use when implementing UI from Figma mockups, extracting design tokens, or analyzing design files.
Enforce cost-aware MCP usage. Use when a task might trigger heavy external tools, web search, or broad context expansion. Prevents token burn by ensuring MCPs are only used when local context is insufficient.
Navigate the Warmplane mcp0 facade efficiently. Use when the active config exposes provider capabilities through `mcp0_*` tools and you need to discover or call provider tools without brute-force describing large capability sets. Trigger on requests involving mcp0, Warmplane, or provider work through the facade such as Linear, Notion, Figma, New Relic, Context7, grep.app, or Storybook tools.
Use this when the user needs to control Chrome, navigate to a page, inspect a tab, click or fill elements, take screenshots, or automate a browser flow with aeroxy/chrome-devtools-cli.
Guidelines for creating and managing implementation plans with citations
| name | code-review |
| description | Authoritative code review rubric for changed files. Covers 4 review layers, severity, confidence, merge recommendation, and concrete file:line findings. |
Systematic code review across 4 layers with severity classification. Scope restricted to changed files only. Report findings with ≥80% confidence, file:line references, and actionable suggestions. End with a merge recommendation.
Apply in priority order:
| Severity | Icon | Criteria | Blocks Merge? |
|---|---|---|---|
| Critical | 🔴 | Security vulnerabilities, crashes, data loss, corruption, production outage risk | Yes |
| Major | 🟠 | Bugs, reliability risk, missing error handling, significant architectural violation | Yes |
| Minor | 🟡 | Code smells, maintainability issues, moderate improvements, test gaps | No |
| Nit | 🟢 | Style preferences, naming suggestions, readability consistency | No |
Only report findings with ≥80% confidence.
If uncertain about an issue:
#### [SEVERITY: critical|major|minor|nit] File: <path> Line: <line-or-range>
**Issue:** <clear problem statement>
**Suggestion:** <specific fix or approach>
**Files Reviewed:** [list all files]
**Overall Assessment:** APPROVE | REQUEST_CHANGES | NEEDS_DISCUSSION
**Summary:** [2-3 sentences — what the change does, overall quality]
### Findings
(findings listed with severity, each with file:line, issue, suggestion)
### 🟢 Positive Observations
[What's done well — always include at least one]
### Philosophy Compliance
- Early Exit: [PASS|FAIL|N/A]
- Parse Don't Validate: [PASS|FAIL|N/A]
- Atomic Predictability: [PASS|FAIL|N/A]
- Fail Fast: [PASS|FAIL|N/A]
- Intentional Naming: [PASS|FAIL|N/A]
### Review Summary
- Blocking: <n> (critical + major)
- Non-blocking: <n> (minor + nit)
- Recommendation: <Ready to merge | Needs changes>
Before completing a review, verify: