ワンクリックで
verify-task
Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| name | verify-task |
| description | Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria. |
| allowed-tools | Bash, Read, Glob, Grep |
Run a task's verification checks and evaluate the results.
The user's query is in $ARGUMENTS (a task ID like 077).
taskmd verify $ARGUMENTS --format jsonbash steps: report pass/fail based on the JSON output (status field)assert steps: read each check assertion and evaluate whether the current codebase satisfies it by inspecting relevant files