pub const CHECK_ADD: &str = "\
Add a line to an issue's checklist.
```
ytcli issue check add PROJ-1 \"migrate the audio tracks\"
ytcli issue check add PROJ-1 \"review\" --assignee login --deadline 2026-09-01
```
Prints the checklist as it stands afterwards, so the new id is visible without
a second call.";