ワンクリックで
code-review-practices
Conduct effective code reviews
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Conduct effective code reviews
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run a genuinely-parallel multiagent implementation - plan, gate on environment, spawn subagents concurrently, aggregate
Run a genuinely-parallel multiagent implementation with detailed guidance - plan, gate on environment, spawn subagents concurrently, aggregate, and debug/retry
Apply Arrange-Act-Assert pattern for clear, maintainable tests with detailed guidance
Detect anomalies in data
Detect anomalies in data
Harden APIs against attacks
| name | code-review-practices |
| description | Conduct effective code reviews |
| languages | ["all"] |
| subagents | ["all"] |
| tools_needed | ["read","write"] |
Comprehensive guide to conduct effective code reviews.
Definition: [What is it] When to use: [When applicable] How it works: [Mechanism]
Definition: [What is it] When to use: [When applicable] How it works: [Mechanism]
[Detailed steps and explanation]
[Detailed steps and explanation]
[Detailed steps and explanation]
Pattern A: [Description] [Code or example]
Pattern B: [Description] [Code or example]
❌ Mistake 1: [What goes wrong] ✅ Correct: [How to do it right]
❌ Mistake 2: [What goes wrong] ✅ Correct: [How to do it right]
❌ Mistake 3: [What goes wrong] ✅ Correct: [How to do it right]
[Advanced explanation]
[Advanced explanation]