원클릭으로
groove-utilities-task-analyse
Analyse task status and distribution across the configured backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyse task status and distribution across the configured backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Groove 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.
Install groove's Claude Code native shell hooks into .claude/settings.json. Enables deterministic session-end reminders, git activity capture, automatic session-capture drafts, and managed-path protection.
Install groove's Cursor native hooks into .cursor/hooks.json. Enables compaction-safe re-priming, session-end reminders, git activity capture, automatic session-capture drafts, and managed-path protection.
Run all groove health checks: config, backends, companions, AGENTS.md.
| name | groove-utilities-task-analyse |
| description | Analyse task status and distribution across the configured backend. |
| license | MIT |
| allowed-tools | Read Write Edit Glob Grep Bash(git:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) AskUserQuestion |
| metadata | {"author":"andreadellacorte"} |
Tasks are summarised by status. Milestones and epics are summarised. Completed tasks include enough resolution detail for memory population bullets. Output is suitable for daily end and daily memory.
tasks.backend and tasks.analyse_limit (default 30) from .groove/index.mdtasks.backend: none, no-op with friendly messagebeans: (1) run skills/groove-utilities-task-list/scripts/list-tasks-by-priority.sh [LIMIT] for active tasks (LIMIT from tasks.analyse_limit or 30); (2) run beans list --json --status completed and beans list --json --status scrapped for completed/scrapped; merge, group by status, then summarise (milestones/epics and resolution detail as per acceptance criteria)linear: fetch all assigned issues via linear CLI or MCP, group by stategithub: gh issue list --state all --assignee @me, group by label/state