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 → 使用 Read 工具读取 skills/vibe-review/pr-review.md,按其中的流程执行
  • 无参数 → 询问用户要审查什么

当前环境

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

参考标准

Related skills
Installs
25
First Seen
Mar 11, 2026