nesszer/linear-cli

linear-comments

Manage issue comments - list, create, update, delete. Use when reading or posting comments on issues.

First seen Feb 28, 2026

Installation

$ npx skills add nesszer/linear-cli --skill linear-comments

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nesszer/linear-cli · top by installs.

npx skills add nesszer/linear-cli

Browse all from nesszer/linear-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 133
License LICENSE
Default branch master
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 721 B
  • docs SUMMARY.md 124 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 135 installs

SKILL.md

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

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