Agent Skills
› sandbaseai/sandbase-harness
› code-review
code-review
GitHub用于代码审查,检查正确性、风格一致性、安全漏洞并提供具体改进建议。
Trigger Scenarios
用户请求审查代码
提交代码后需要质量评估
Install
npx skills add sandbaseai/sandbase-harness --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


