linear-comments

📁 finesssee/linear-cli 📅 Today
4
总安装量
2
周安装量
#51345
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-comments

Agent 安装分布

amp 2
cline 2
opencode 2
cursor 2
kimi-cli 2
codex 2

Skill 文档

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