ワンクリックで
work-todo
Pick a task from TODO.md, plan implementation, complete it, and update TODO.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pick a task from TODO.md, plan implementation, complete it, and update TODO.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Critique book prose in the author's voice using patterns learned from his own git edit history (not a hand-written rubric). Use when asked to "voice-check", "punch up", "make this sound like me / like Vonnegut / like Cunk", or to review whether a passage is too pompous / cute / self-aware. Catches what the regex scanner (voice-check.py, ~1.4% of real edits) misses.
Review and improve QMD chapter writing quality by replacing boring/consultant text with Wishonia's deadpan alien voice, consolidating redundancy, and reducing word count. Use when asked to fix voice, make content funnier, remove jargon, or enforce the book's writing style.
Spawns parallel agents to review all paperback QMD files. Reads variable-resolved previews, flags judgment-required issues with REVIEW comments.
Automated book maintenance. Runs health checks, prioritizes work, and systematically fixes issues. Use when you want Codex to autonomously improve the book.
Check GitHub Actions workflow status, diagnose failures, fetch logs, and fix common build issues. Use when builds fail, deploys break, or you need to investigate CI/CD problems.
Critically analyze a calculated parameter for academic rigor. Checks methodology, identifies weaknesses, suggests improvements for economist audiences.
| name | work-todo |
| description | Pick a task from TODO.md, plan implementation, complete it, and update TODO.md |
| allowed-tools | ["Read","Edit","Write","Bash","Grep","Glob","Task","AskUserQuestion"] |
Pick a task from TODO.md, plan its implementation, complete it, and update TODO.md.
Read TODO.md:
cat TODO.md
Present tasks to the user using AskUserQuestion:
Once a task is selected:
Present plan using AskUserQuestion:
Task: [Selected task]
Analysis: [Your understanding]
Files to modify:
- file1.qmd - [reason]
- file2.qmd - [reason]
Plan:
1. [Step 1]
2. [Step 2]
Proceed?
Execute the plan:
npm run validate:pre-render
After implementation:
| Status | Action |
|---|---|
| Complete | Remove the task line |
| Partial | Add (NOTE: progress details) suffix |
| Blocked | Add (BLOCKED: reason) suffix |
Edit TODO.md with the appropriate update.
Report: