Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars133
LicenseLICENSE
Default branchmaster
Open issues3
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Allowed toolsBash
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md730 B
docsSUMMARY.md95 B
History
First seen on skills.sh
First recorded snapshot · 146 installs
SKILL.md
Bulk Operations
# Update status for multiple issues
linear-cli b update-state -s Done LIN-1 LIN-2 LIN-3
# Assign multiple issues
linear-cli b assign --user me LIN-1 LIN-2
linear-cli b assign --user "John Doe" LIN-1 LIN-2
# Unassign multiple issues
linear-cli b unassign LIN-1 LIN-2
# Add label to multiple issues
linear-cli b label --add bug LIN-1 LIN-2 LIN-3
# Pipe issue IDs from stdin
linear-cli i list -t ENG --id-only | linear-cli b assign --user me -