Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Linear.app CLI for issue tracking. Use for listing, creating, updating, and searching Linear issues, comments, documents, cycles, and projects. Optimized for LLM agents with JSON output.
.claude/skills/sundial-org-linearis/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -25% | 0% |
CLI for Linear.app with JSON output, designed for LLM agents.
bashnpm install -g linearis
Auth (one of):
echo "lin_api_..." > ~/.linear_api_token (recommended)export LINEAR_API_TOKEN="lin_api_..."--api-token <token> flagGet API key: Linear Settings → Security & Access → Personal API keys
bashlinearis issues list -l 20 # List recent issues linearis issues list -l 10 --team WHO # Filter by team linearis issues search "bug" # Full-text search linearis issues read ABC-123 # Get issue details linearis issues create --title "Fix bug" --team WHO --priority 2 linearis issues update ABC-123 --status "Done" linearis issues update ABC-123 --title "New title" --assignee user123 linearis issues update ABC-123 --labels "Bug,Critical" --label-by adding linearis issues update ABC-123 --parent-ticket EPIC-100 # Set parent
bashlinearis comments create ABC-123 --body "Fixed in PR #456"
bashlinearis documents list linearis documents list --project "Backend" linearis documents create --title "Spec" --content "# Overview..." linearis documents read <doc-id> linearis documents update <doc-id> --content "Updated" linearis documents delete <doc-id>
bashlinearis embeds upload ./screenshot.png linearis embeds download "<url>" --output ./file.png
bashlinearis teams list linearis users list --active linearis projects list linearis cycles list --team WHO --active
bashlinearis usage # Complete command reference (~1k tokens)
All commands return JSON by default. Pipe to jq for processing:
bashlinearis issues list -l 5 | jq '.[].identifier'
Other measured skills in the registry, with their headline benchmark lift.