通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/garry-stack/review-radar -g -a codex -y去掉 -g 可改为项目级安装
先找 bug、回归和缺失测试。
Find the bugs, regressions, and missing tests first.
想拿 PR 评审的洞察、但又不想绑定到完整评审流程时,它最合适。给出的回归和缺测试信号跟 gstack-review 是同一档,但只输出建议——不动 diff、不写评论、不申请修复。最适合资深工程师在自己 merge 之前做二次审视。要给别人代码把关时它不够用,那种场景 gstack-review 的更重流程才能撑住。
Best when you want PR review insights without committing to a full review workflow. Surfaces the same regression-and-missing-tests signal as gstack-review, but in a quieter, suggestion-only mode — no fix application, no diff edits, no comment threads. Strongest for senior engineers who want a second opinion before they merge their own PR. Weakest when the goal is gating others' code; for that, gstack-review's heavier loop pays off.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/garry-stack/review-radar -g -a codex -y去掉 -g 可改为项目级安装
分支合并前,先把真正危险的改动挑出来。
打开产品走一遍流程,发现问题就修,然后再验证。
请求评审前,先给分支做一次发布前检查。
| 当前 · this skillReview Radar | GStack Review | QA Loop | Git Shiproom | |
|---|---|---|---|---|
| 评分 · rating | 4.8 | 4.9 | 4.9 | 4.9 |
| 星标 · stars | 11k | 123k | 15k | 13k |
| 风险 · risk | 低风险 · low risk | 低风险 · low risk | 中风险 · med risk | 低风险 · low risk |
| 最适合 · best for | 聚焦代码评审 | 合并前 PR 评审 | 浏览器冒烟测试 | 分支发布前检查 |
| 不适合 · not for | 浏览器 QA | 纯样式评审 | 纯单元测试 | 深度代码评审 |