一键导入
code-review
A skill for conducting thorough code reviews, identifying issues, suggesting improvements, and ensuring code quality standards are met.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A skill for conducting thorough code reviews, identifying issues, suggesting improvements, and ensuring code quality standards are met.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A meta-skill that helps create new Agent Skills by providing templates, best practices, and validation guidance.
Split PDF files into separate single-page documents or extract specific page ranges. Use when you need to divide a PDF into multiple files, extract particular pages, or process PDF pages individually. Works with multi-page PDF documents.
A skill for conducting comprehensive web research on any topic, synthesizing information from multiple sources into well-organized summaries.
| name | code-review |
| description | A skill for conducting thorough code reviews, identifying issues, suggesting improvements, and ensuring code quality standards are met. |
| license | MIT |
| compatibility | any |
| allowed-tools | read_file list_directory grep_search |
| metadata | {"author":"Maf.AgentSkills","version":"1.0.0","category":"development"} |
This skill helps you conduct thorough and constructive code reviews.
Use this skill when:
Use the checklist in templates/review-checklist.md to ensure comprehensive coverage.
Before reviewing:
Go through the code in this order:
For each issue found:
# Code Review: [File/PR Name]
## Summary
[Overall assessment: approve, request changes, or comment]
## Critical Issues 🔴
[Issues that must be fixed before merge]
## Major Issues 🟠
[Important issues that should be addressed]
## Minor Issues 🟡
[Nice-to-have improvements]
## Suggestions 💡
[Optional improvements for consideration]
## Positive Highlights ✨
[Things done well - always include some!]