一键导入
code-review
Conduct effective code reviews that improve code quality, share knowledge, and maintain team standards. Focus on constructive feedback and learning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Conduct effective code reviews that improve code quality, share knowledge, and maintain team standards. Focus on constructive feedback and learning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | code-review |
| description | Conduct effective code reviews that improve code quality, share knowledge, and maintain team standards. Focus on constructive feedback and learning. |
| triggers | ["/code review","/review code"] |
This skill guides you through conducting effective code reviews that improve code quality, share knowledge, and maintain team standards.
Use this skill when you need to:
Purpose of Code Review
Reviewer Mindset
Code Quality
Security
Performance
Maintainability
Before Reviewing
During Review
Comment Categories
[MUST] - Must be fixed before merging
[SHOULD] - Should be fixed, but can be addressed later
[NIT] - Minor suggestion, author's choice
[QUESTION] - Seeking clarification
[PRAISE] - Good work worth highlighting
Constructive Comments
❌ "This is wrong."
✅ "Consider using a switch statement here for better readability
as the number of conditions grows."
❌ "Fix this."
✅ "This function is getting quite long. Could we extract the
validation logic into a separate function?"
Tone Guidelines
As Author
Handling Disagreements
Tools to Leverage
Automate the Obvious
See the examples/ directory for:
review-template.md - PR review templategood-review-comments.md - Examples of effective commentsreview-etiquette.md - Team code review guidelineschecklist.md - Comprehensive review checklistInteractive onboarding workflow that interviews users to understand their coding goals and generates PR-ready implementation plans. Use when starting a new development task to ensure clear requirements and structured execution.
Implement security best practices for Gamma integration. Use when securing API keys, implementing access controls, or auditing Gamma security configuration. Trigger with phrases like "gamma security", "gamma API key security", "gamma secure", "gamma credentials", "gamma access control".
Write effective technical documentation including READMEs, API docs, architecture decisions, and inline code documentation.
Build and manage CI/CD pipelines with Azure DevOps. Configure builds, releases, and automate software delivery workflows.
Develop, deploy, and manage Azure Functions for serverless computing. Supports HTTP triggers, timers, queues, and event-driven architectures.
Manage Azure resources effectively using CLI, Portal, Bicep, and ARM templates. Use for provisioning, organizing, and maintaining cloud infrastructure.