基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/andreadellacorte/groove --skill groove-work-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | groove-work-review |
| description | Evaluate output, identify lessons, decide accept/rework. Use after implementation. |
| license | MIT |
| allowed-tools | Read Write Edit Glob Grep Bash(git:*) AskUserQuestion |
| metadata | {"author":"andreadellacorte"} |
The artifact is reviewed for correctness, quality, and fit to plan. Lessons are identified for the compound stage. A clear accept/rework decision is made with rationale. Review notes are captured in the task body.
/groove-work-compoundYYYY-MM-DD, ReviewBranch-diff analysis: determine the base branch (default: main; override with base: arg if provided). Run:
git log --oneline <base>...HEAD — list commits on this branchgit diff <base>...HEAD --stat — summarise changed filesgit diff <base>...HEAD — full diff (use as review input)
Use this diff as the primary artifact to evaluate. If no commits beyond base exist, review working-tree changes instead.Evaluate against plan and acceptance criteria — read the plan from the task body or spec file if available.
Categorise findings (use these exact labels):
State accept or rework decision with rationale.
Note lessons for /groove-work-compound.
Append review notes to the task body.
Create stage task via /groove-utilities-task-create if tasks.backend != none (title YYYY-MM-DD, Review).
tasks.backend from .groove/index.md to determine backendGroove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
Install a rich Claude Code statusline into ~/.claude/hooks/ and ~/.claude/settings.json. Displays model, git context, token usage, effort level, 5h/7d usage limits, and active /loop count with next-fire time.
Set up task backend and configuration.