Creates and names Linear issues, assigns labels and priorities, manages status transitions, and links issues to PRs. Use when decomposing features into tasks or resuming interrupted sessions. Trigger terms: tickets, backlog, task breakdown, project board, sprint planning
72
89%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Team ID, workflow state UUIDs, and label UUIDs: tracker-config.md. Docs: https://linear.app/docs
stateId UUID trapupdate_issue requires a workflow state UUID. Passing a display name like "In Progress" always fails with stateId must be a UUID. The names returned by list_issues / get_issue are display-only and are not valid stateId values.
// works — UUID read from tracker-config.md
{ "issueId": "TAS-42", "stateId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" }
// fails — name, not UUID
{ "issueId": "TAS-42", "status": "In Progress" }If tracker-config.md has no state UUIDs: skip status updates and log a warning. To populate them, ask the user for Linear Settings → Teams → Workflow (the UUID is in the browser URL per state) or the GraphQL workflowStates { nodes { id name } } query. Labels and teams are UUIDs too (teamId, labelIds).
TAS-42) — verify before delegating.TAS-123 in the branch or PR title.Verb-first titles mapping to intent: Add schema: priceRange to place, Migrate DB: add price_range, Update query: include priceRange, Implement UI: PriceRangeFilter.
Priority: P1 blocks other tasks / critical path, P2 core feature on critical path, P3 parallelizable support work, P4 docs and polish.
Flow Backlog → Todo → In Progress → In Review → Done → Cancelled. Every description carries Objective, Files (partition), Acceptance Criteria, Dependencies (#TAS-XX). Group related issues under a Linear project.
Untracked bug: search first; if absent create [Bug] <symptom> with bug + domain labels, P1–P4 plus rationale, and acceptance steps.
fa0c341
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.