ワンクリックで
taskmd
taskmd には driangle から収集した 28 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
List tasks with optional filters. Use when the user wants to see their tasks.
List tasks with optional filters. Use when the user wants to see their tasks.
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
Create a new task file following the taskmd specification. Use when the user wants to add a new task to the project.
Split a large task into smaller sub-tasks. Accepts a task ID, evaluates complexity, and creates sibling task files if warranted.
Update an existing task's fields (status, priority, title, tags, dependencies, etc.). Use when the user wants to modify a task's properties.
Create a new task file following the taskmd specification. Use when the user wants to add a new task to the project.
Split a large task into smaller sub-tasks. Accepts a task ID, evaluates complexity, and creates sibling task files if warranted.
Update an existing task's fields (status, priority, title, tags, dependencies, etc.). Use when the user wants to modify a task's properties.
Mark a task as completed. Use when the user wants to mark a task as done or complete.
Mark a task as completed. Use when the user wants to mark a task as done or complete.
Pick up a task and execute it using subagents to parallelize independent workstreams. Use when the user wants to work on a task with maximum concurrency.
Look up a task by ID or name and start working on it. Use when the user wants to pick up and execute a task.
Get details of a specific task by ID or name. Use when the user wants to view or look up a task.
Get only the metadata/status of a task without full details. Use when the user wants to quickly check a task's status, priority, or other metadata.
Discover TODO/FIXME comments in the codebase and convert selected ones into task files. Use when the user wants to turn code TODOs into tracked tasks.
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
Validate task files for format and convention errors. Use when the user wants to check their task files.
Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria.
Pick up a task and execute it using subagents to parallelize independent workstreams. Use when the user wants to work on a task with maximum concurrency.
Look up a task by ID or name and start working on it. Use when the user wants to pick up and execute a task.
Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria.
Audit documentation coverage across CLI commands, web features, and configuration. Builds the CLI, discovers all commands/flags, checks web pages, and cross-references against docs/ and apps/docs/.
Create a new release by bumping versions, tagging, pushing, and generating release notes. Use when the user wants to release a new version.
Validate task files for format and convention errors. Use when the user wants to check their task files.
Discover TODO/FIXME comments in the codebase and convert selected ones into task files. Use when the user wants to turn code TODOs into tracked tasks.
Get only the metadata/status of a task without full details. Use when the user wants to quickly check a task's status, priority, or other metadata.
Get details of a specific task by ID or name. Use when the user wants to view or look up a task.