一键导入
pr-review
Cognitive pre-merge linter — analyzes full diff against conventions and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cognitive pre-merge linter — analyzes full diff against conventions and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reset estratégico de un producto existente: diagnosticar, visionar, planificar, ejecutar
Formal epic closure ritual — security audit, CHANGELOG consolidation, tagging, merge
Format commit messages following Conventional Commits — works in terminal and IDE
Format and create commits following Conventional Commits with project-specific scopes
Universal workflow orchestrator — Pre-Flight checklist + 5 Gates for task lifecycle
Generate and update technical documentation — architecture, conventions, design decisions, changelogs
| name | pr-review |
| description | Cognitive pre-merge linter — analyzes full diff against conventions and best practices |
| version | 2.0.0 |
| compat | claude-code, codex, cursor, openclaw |
Act as an automated second pair of eyes. Analyzes the full branch diff (git diff main...HEAD) against repository conventions and engineering best practices before consolidating code.
.catch or try/catch, null/undefined values that could break the flow).console.log, debug comments (// TODO: remove this), or dead code.The agent must render the review using exactly this Markdown template:
## 🔍 Code Review Report — [Branch/Task]
### ✅ Positives
- [Design strengths, modularity, or good practices applied]
### 🔴 Blocking Findings (Require Mandatory Fix)
- **[File:Line]** — [Description of security, build, or severe logic issue]
### 🟡 Suggested Improvements (Do Not Block Merge)
- **[File:Line]** — [Readability recommendation, minor optimization, or future refactor]
### 🔵 Technical Notes / Debt
- [Contextual notes on architecture or long-term behavior]
### 🛠️ FINAL VERDICT
[APPROVED / REQUEST CHANGES]