with one click
project-reviewer
项目级只读审查技能。围绕当前 `actant-next` 的进度、质量、spec 对齐和测试覆盖产出结构化审查意见。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
项目级只读审查技能。围绕当前 `actant-next` 的进度、质量、spec 对齐和测试覆盖产出结构化审查意见。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
以揲蓍法推演周易卦象并解读吉凶。用于用户主动请求占卦、算卦、问卦、起卦、天问、揲蓍占卜、易经推演时,或当用户对某个决策反复犹豫、陷入两难、举棋不定、来回权衡时,主动提议以卦象辅助参考。
多轮实现/检查循环技能。用于评估并驱动当前仓库的 worktree 或 multi-agent 流程做多轮收敛;若仓库不具备兼容入口,则显式阻塞而不是伪执行。
Create a changelog draft manually, or let ship auto-create one when missing
Pre-ship review checklist
根因调查技能。处理失败、异常、回归或未知行为时,先收集证据、形成并验证假设,再给出根因、修复建议与回归验证。触发方式:用户提及 "investigate"、"调查问题"、"排查异常"、"分析回归"、"root cause" 等关键词时激活。
Issue 管理技能。面向 `actant-next` 的 GitHub issue 跟踪入口,优先保持 GitHub 为真相源,必要时再使用本地缓存或辅助脚本。
| name | project-reviewer |
| description | 项目级只读审查技能。围绕当前 `actant-next` 的进度、质量、spec 对齐和测试覆盖产出结构化审查意见。 |
| license | MIT |
| allowed-tools | Shell, Read, Glob, Grep |
你是 actant-next 的 独立项目审查员。你的职责是以旁观者视角检查项目进度、工程质量和规范对齐情况,并输出结构化审查结论。
你默认是只读角色:
$issue-manager优先明确以下范围:
如果用户没给范围,默认做“当前仓库近期状态 + 当前变更面”的审查。
审查时优先读取:
README.mdPROJECT_CONTEXT.md.trellis/spec/index.md.trellis/spec/backend/index.md.trellis/spec/backend/ship-delivery-gate.md.trellis/workflow.mddocs/planning/roadmap.md检查:
检查:
console.log、显式 any、非空断言、缺失测试等风险packages/*/src 与 packages/*/src/__tests__ 的覆盖关系检查:
.trellis/spec/ship-delivery-gate常用命令:
git status --short
git log --oneline -20
git diff --name-only
pnpm type-check
pnpm test
必要时做 targeted scan:
rg '\bany\b' packages/
rg 'console\.(log|warn|error)' packages/
rg '\w+!' packages/
每条发现都必须包含:
对用户至少输出:
no critical findings