Agent Skills
› sandbaseai/managed-agents
› code-review
code-review
GitHub用于审查代码,检查正确性、风格一致性及安全问题,并提供具体改进建议。
Trigger Scenarios
用户要求审查代码
用户请求代码质量检查
Install
npx skills add sandbaseai/managed-agents --skill code-review -g -y
SKILL.md
Frontmatter
{
"name": "code-review",
"description": "Reviews code for bugs, style, and best practices"
}
Code Review Skill
When asked to review code:
- Check for correctness bugs and edge cases
- Check style consistency with the surrounding code
- Flag security issues
- Suggest concrete improvements, not vague advice
Version History
- 14275bf Current 2026-07-19 16:58


