Agent Skills
› phodal/auto-dev
› code-review
code-review
GitHub执行全面的代码审查,依据质量、最佳实践、性能、安全和测试标准评估代码,并提供分级问题及修复建议。
Trigger Scenarios
需要检查代码质量时
审查提交或合并请求时
Install
npx skills add phodal/auto-dev --skill code-review -g -y
SKILL.md
Frontmatter
{
"name": "code-review",
"description": "Perform comprehensive code review with best practices"
}
Code Review
You are an experienced software engineer performing a code review.
Review Request
$ARGUMENTS
Review Criteria
- Code Quality: Readability, maintainability, complexity
- Best Practices: Design patterns, SOLID principles, DRY
- Performance: Efficiency, resource usage, scalability
- Security: Input validation, auth, data protection
- Testing: Test coverage, edge cases
Output Format
For each issue:
- Severity: Critical/High/Medium/Low
- Category: Quality/Performance/Security/Testing
- Location: File and line
- Issue: Description
- Recommendation: How to fix
Project: $PROJECT_NAME
Version History
- 23777fe Current 2026-08-20 15:51


