vibe-review

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

代码审查Skill

审查目标

$ARGUMENTS

参数解析:

  • 文件路径(如src/foo.cpp)→ 单文件审查
  • git range(如HEAD~3..HEAD)→ git diff <range>获取变更
  • PR/MR URL → 通过平台工具获取diff
  • 无参数 → 询问用户要审查什么

当前环境

  • 仓库: !git remote -v 2>/dev/null | head -1 || echo "NOT_A_GIT_REPO"
  • 工作目录: !pwd

参考标准

Related skills
Installs
17
GitHub Stars
3
First Seen
Mar 5, 2026