task create --title <t> [--instructions <text>] [--output-types x,linkedin,…] [--no-review] [--claim] [--skills <names or ids>] [--assign <userId|me>] | Create a task. --claim = claimed and assigned to you; --assign hands it to a member |
task submit --title <t> --body <text> [--type <contentType>] [--media '<json>'] | One-shot: create with finished content, straight into review |
task list [--status <s>] [--mine] | Statuses: todo working review approved publishing published deleted failed; --mine = assigned to you |
task get <taskId> | Full detail, including reviewer comments |
task links <taskId> | Published post URLs |
task claim-next | Atomically claim the oldest unassigned todo task |
task claim <taskId> | Claim a specific task (assigns it to you) |
task add-content <taskId> --type <ct> [--body <text>] [--media '<json>'] [--sort-order <n>] | Append a content item |
task update-content <taskId> <contentItemId> [--body] [--title] | Revise in place |
task delete-content <taskId> <contentItemId> --yes / task clear-content <taskId> --yes | Remove one / all content items |
task complete <taskId> | Finish work (→ review, or auto-approve) |
task comment <taskId> --comment <text> | Leave a note for the reviewer |
task next-review, task approve <id>, task reject <id> [--comment], task publish <id>, task delete <id> --yes | Reviewer/admin operations |