ワンクリックで
code-review
Systematic code review methodology for identifying issues, suggesting improvements, and ensuring code quality
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Systematic code review methodology for identifying issues, suggesting improvements, and ensuring code quality
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A skill whose only resource is a binary asset for e2e binary-handling tests
A valid test skill with all features
Design RESTful APIs following best practices for consistency, usability, and scalability
Write secure, efficient Dockerfiles following container best practices
Write clear, conventional commit messages that communicate changes effectively
Identify security vulnerabilities and recommend fixes based on OWASP guidelines
| name | code-review |
| description | Systematic code review methodology for identifying issues, suggesting improvements, and ensuring code quality |
| license | Apache-2.0 |
| compatibility | claude-3 |
| metadata | {"author":"skills-mcp","version":"1.0","category":"development"} |
| allowed-tools | Read Grep Glob |
Perform thorough, constructive code reviews that improve code quality and share knowledge.
Be Specific: Point to exact lines and explain the issue clearly.
Be Constructive: Suggest solutions, not just problems.
Prioritize: Distinguish between blocking issues and nice-to-haves.
Be Kind: Review the code, not the person.
🐛 **Bug**: [description]
Line X: [code snippet]
This will cause [problem] because [reason].
Suggested fix: [solution]
💡 **Suggestion**: [description]
Consider [alternative approach] because [benefit].
❓ **Question**: [what you're unsure about]
I'm not sure I understand [aspect]. Could you explain [specific question]?
✨ **Nice**: [what you like]
This is a clean solution for [problem].