
Linear Comments
- 124 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Read and post Linear issue comments from the CLI - list, create, update, and delete comments on an issue.
About
Manages comments on Linear issues via linear-cli, supporting list, create, update, and delete. A developer uses it to read or post issue comments from the terminal.
- Create comments with a -b body flag
- JSON output for parsing comment threads
Linear Comments by the numbers
- 124 all-time installs (skills.sh)
- Ranked #1,276 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-commentsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 124 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Read and post Linear issue comments from the CLI - list, create, update, and delete comments on an issue.
Files
Comments
# List comments on an issue
linear-cli cm list ISSUE_ID
linear-cli cm list SCW-123 --output json
# Create a comment
linear-cli cm create ISSUE_ID -b "Looks good, merging!"
# Update a comment
linear-cli cm update COMMENT_ID -b "Updated text"
# Delete a comment
linear-cli cm delete COMMENT_ID --forceFlags
| Flag | Purpose |
|---|---|
-b BODY | Comment body text |
--output json | JSON output |
--force | Skip delete confirmation |
Exit Codes
0=Success, 1=Error, 2=Not found, 3=Auth error