Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

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-comments

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs124
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Read and post Linear issue comments from the CLI - list, create, update, and delete comments on an issue.

Files

SKILL.mdMarkdownGitHub ↗

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 --force

Flags

FlagPurpose
-b BODYComment body text
--output jsonJSON output
--forceSkip delete confirmation

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.