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


