ワンクリックで
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]