.skills/linear/SKILL.md
Manage Linear issues via GraphQL API. List, filter, update, prioritize, comment, and search issues. Use when the user asks about Linear, issues, project management, or backlog.
npx skillsauth add baoleeza/lettabot 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.
Interact with Linear's GraphQL API to manage issues.
Requires LINEAR_API_KEY environment variable. Get one from Linear Settings > API > Personal API keys.
npx tsx scripts/linear.ts list --state "Triage"
npx tsx scripts/linear.ts list --state "In Progress"
npx tsx scripts/linear.ts list --state "Backlog"
npx tsx scripts/linear.ts list --assignee "cameron"
npx tsx scripts/linear.ts get <issue-id>
npx tsx scripts/linear.ts update <issue-id> --priority 2
npx tsx scripts/linear.ts update <issue-id> --state "In Progress"
npx tsx scripts/linear.ts comment <issue-id> "Your comment here"
npx tsx scripts/linear.ts search "search query"
list --state "Triage"All commands output JSON for easy parsing. Use jq for filtering if needed.
state: { name: { eq: "State Name" } }containsIgnoreCasedata-ai
Create scheduled tasks and one-off reminders. Use for recurring jobs (daily, weekly) or future reminders (in 5 minutes, tomorrow at 3pm).
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Extract frames or short clips from videos using ffmpeg.