linear-status
Installation
SKILL.md
Linear Status
Use this as the read-only status and resume detector for one Linear issue. Start here when an agent is unsure what to do next.
Linear MCP Contract
Use these Linear MCP tools when available:
get_issue- read the issue description dashboard, labels, status, assignee, project, branch metadata, and links.list_comments- find the newest marked plan and status comments.
Validate marked comments and the issue description dashboard with:
scripts/validate_marked_comments.ts --description <issue-description-file> <comment-file>
Use the local JavaScript package manager or runtime available to the agent: Bun can run the .ts scripts directly; Node/npm/pnpm/yarn environments should run them through a TypeScript runner such as tsx.