code-review
仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
提供系统化审查流程,适合团队与个人快速把关代码质量
这个 Skill 做什么
多维度自动化代码审查,涵盖正确性、安全与测试覆盖
做自动化的多维代码审查,覆盖正确性、安全性、性能、可维护性和测试覆盖,能定位逻辑漏洞、边界情况和缺失的错误处理。适合在日常 PR 审阅或回归检查时使用,可选择不同审查模式(例如 Amelia 的全队模式或 Barry 的极速单人流)。输出通常包含问题定位、重现步骤和修复建议,方便开发者马上改进代码质量。
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/bmad-method/skills/code-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/bmad-method/skills/code-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Code Review Multi-dimensional code review across correctness, security, performance, maintainability, and test coverage. ## Agents - Amelia (Developer) - `bmad-dev-amelia` (full team mode) - Barry (Solo Dev) - `bmad-solodev-barry` (quick flow mode) ## Workflow 1. Review correctness: logic, edge cases, error handling 2. Review security: validation, auth, data protection 3. Review performance: efficiency, resources, caching 4. Review maintainability: clarity, naming, SOLID 5. Review test coverage: missing tests, quality 6. Rate overall quality and identify tech debt 7. Generate actionable recommendations ## Inputs - `projectName` - Project name - `storyResults` - Implementation results t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有