用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/JSGforever/skillguard --skill groove-utilities-task-list命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.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 task.list_limit (optional; default 15)tasks: 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 task.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)