ワンクリックで
groove-utilities-task-list
List active tasks in the configured backend. Use to see current task status.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List active tasks in the configured backend. Use to see current task status.
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-list |
| description | List active tasks in the configured backend. Use to see current task status. |
| license | MIT |
| allowed-tools | Read Write Edit Glob Grep Bash(git:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) AskUserQuestion |
| metadata | {"author":"andreadellacorte"} |
A consolidated view of active, ready tasks from the configured backend is displayed to the user. Blocked and in-progress tasks are clearly distinguished. Output is suitable for daily start context.
.groove/index.md frontmatter to determine tasks.backend and tasks.list_limit (default 15)tasks.backend: none, print a friendly no-op message and exitbeans: run skills/groove-utilities-task-list/scripts/list-tasks-by-priority.sh [LIMIT] with LIMIT from tasks.list_limit (or 15), then parse and format output (group by status: in-progress, todo, blocked)linear: use linear CLI or MCP to fetch assigned, active issuesgithub: run gh issue list --assignee @me --state open/groove-utilities-task-install)