ワンクリックで
code-review
Constrains the Agent to perform structured code reviews across correctness, security, performance, and maintainability.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Constrains the Agent to perform structured code reviews across correctness, security, performance, and maintainability.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
约束 Agent 必须遵循结构化的 Bug 修复流程:定位 → 根因分析 → 实施修复 → 回归测试验证。
约束 Agent 从正确性、安全性、性能和可维护性四个维度进行系统化的结构性代码审查。
约束 Agent 必须遵循结构化的功能特性开发流程:理解需求 → 技术设想 → 编写代码 → 自验自测。
约束 Agent 遵循标准流程生成结构化、高质量且要素齐全的产品需求文档。
约束 Agent 必须遵循安全的重构流程:在保证原有业务逻辑和功能完全等价的前提下,提升代码质量。
Constrains the Agent to generate structured Product Requirements Documents (PRDs) with quality and completeness guarantees.
| name | code_review |
| description | Constrains the Agent to perform structured code reviews across correctness, security, performance, and maintainability. |
| assets | {"checklist":"assets/checklist.yaml","template":"assets/template.yaml"} |
| references | {"guidelines":"references/guidelines.yaml","security":"references/security.yaml"} |
Constrains the Agent to perform structured code reviews covering four dimensions: correctness, security, performance, and maintainability.
Before starting a review, you must check every item in assets/checklist.yaml.
Your output must strictly follow the format defined in assets/template.yaml.
You must cover all four dimensions: correctness, security, performance, maintainability.
No section may be skipped.
If you need to execute code to verify issues, you must first check references/security.yaml.
Commands matching the blacklist (e.g., rm -rf, sudo) must be rejected immediately.
After generating the review report, audit it against the criteria in references/guidelines.yaml.
If any criterion is not met (e.g., missing line numbers, no fix code), roll back and regenerate.
Up to 3 retries. If still non-compliant after 3 retries, inform the user which criteria failed.