public/SKILLS/Collaboration & Project Management/linear-cli-skill/SKILL.md
Work with Linear issues via CLI - use this skill whenever the user asks about Linear issues, creating, updating, commenting on, or deleting issues, or checking issue status and details
npx skillsauth add eric861129/skills_all-in-one linearInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill whenever the user mentions Linear or asks to work with issues.
Lightweight CLI to interact with Linear's issue tracking system. All commands run from the skill directory using ./linear.
Dependencies install automatically on first run. API key errors are self-explanatory.
./linear <resource> <action> [arguments] [options]
Resources: issue, user, team, project
./linear user list
Returns: #<user-id> <name> <email>
./linear team list
Returns: #<team-id> <name> <key>
./linear project list
Returns: #<project-id> <name> <state>
./linear issue list [options]
Options:
--team <id> - Filter by team ID--assignee <id> - Filter by user ID--status <name> - Filter by status name (case-sensitive)--limit <n> - Limit results (default: 50)Returns: #<identifier> <title> <status> <assignee>
Examples:
./linear issue list --team abc123 --limit 10
./linear issue list --assignee def456 --status "In Progress"
./linear issue view <id-or-key>
Arguments:
<id-or-key> - Issue identifier (e.g., ENG-123) or UUIDReturns full issue details including title, status, assignee, team, priority, labels, dates, description, and comments.
./linear issue create <title> [options]
Arguments:
<title> - Issue title (multi-word titles auto-combined)Options:
--team <id> - Team ID (required)--description <text> - Issue description--assignee <id> - User ID--priority <n> - Priority (0=None, 1=Urgent, 2=High, 3=Medium, 4=Low)--status <name> - Initial statusExample:
./linear issue create "Fix login bug" --team abc123 --priority 2
./linear issue comment <id-or-key> <text>
Multi-word text auto-combined. No quotes needed.
./linear issue update <id-or-key> [options]
Options:
--status <name> - Update status--assignee <id> - Update assignee--priority <n> - Update priority--title <text> - Update title--description <text> - Update descriptionCan update multiple fields in one command.
Example:
./linear issue update ENG-123 --status "In Progress" --assignee abc123
./linear issue delete <id-or-key>
Soft delete (moves to trash, recoverable).
ENG-123 = eng-123)<TEAM_KEY>-<NUMBER> (e.g., ENG-123)--json flag for machine-readable output--help on any command for detailsdevelopment
Run structured What-If scenario analysis with multi-branch possibility exploration. Use this skill when the user asks speculative questions like "what if...", "what would happen if...", "what are the possibilities", "explore scenarios", "scenario analysis", "possibility space", "what could go wrong", "best case / worst case", "risk analysis", "contingency planning", "strategic options", or any question about uncertain futures. Also trigger when the user faces a fork-in-the-road decision, wants to stress-test an idea, or needs to think through consequences before committing.
development
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
development
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
tools
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.