pub const ISSUE_CHECK: &str = "\
Change an issue's checklist. Every verb here writes.
```
ytcli issue check add PROJ-1 \"migrate the audio tracks\"
ytcli issue check add PROJ-1 \"review\" --assignee login --deadline 2026-09-01
ytcli issue check tick PROJ-1 42
ytcli issue check untick PROJ-1 42
ytcli issue check delete PROJ-1 42
```
Ids come from `ytcli issue checklist`. Each verb prints the checklist as it
stands afterwards, so the result is visible without a second call.
Reading the checklist is `ytcli issue checklist`, deliberately a different word:
a host allowlists by command prefix, and a group holding both a read and a write
cannot be allowed without allowing the writes with it.";