通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/garry-stack/git-shiproom -g -a codex -y去掉 -g 可改为项目级安装
请求评审前,先给分支做一次发布前检查。
Pre-flight every branch before you ask for review.
专门覆盖「我这个分支可以合了」到「评审者能冷启动接手」之间那段窄缝。会跑一遍发布前检查:依赖漂移、改动文件缺没缺测试、commit 标题和 PR 描述对不对得上,然后生成一份评审者能 60 秒读完的交接说明。它不是代码评审器——不审查逻辑。当作请求评审前的最后一步用,别拿它代替评审本身。
Best for the narrow gap between "my branch is ready" and "a reviewer can pick it up cold." Runs a pre-flight: dependency drift, missing tests for the changed files, commits that don't match the PR title, and writes a handoff note your reviewer can read in 60 seconds. It is not a code reviewer — it does not audit logic. Use it as the last thing before requesting review, not as a replacement for review itself.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/garry-stack/git-shiproom -g -a codex -y去掉 -g 可改为项目级安装
分支合并前,先把真正危险的改动挑出来。
先找 bug、回归和缺失测试。
在 CI 暴露问题之前,先补上明显的测试缺口。
| 当前 · this skillGit Shiproom | GStack Review | Review Radar | Test Bench | |
|---|---|---|---|---|
| 评分 · rating | 4.9 | 4.9 | 4.8 | 4.4 |
| 星标 · stars | 13k | 123k | 11k | 6.1k |
| 风险 · risk | 低风险 · low risk | 低风险 · low risk | 低风险 · low risk | 低风险 · low risk |
| 最适合 · best for | 分支发布前检查 | 合并前 PR 评审 | 聚焦代码评审 | 缺失覆盖 |
| 不适合 · not for | 深度代码评审 | 纯样式评审 | 浏览器 QA | 手工浏览器探索 |