What problem does it solve?
Working on Linear-linked tasks inside Orca requires constant context switching between the ticket tracker and the coding environment. This Skill lets an agent read linked ticket context, post completion updates, move issues through Linear workflow states, and attach PR/MR links without leaving the Orca session.
Core Features & Use Cases
- Ticket Context Reading: Fetch the full linked Linear issue with
orca linear issue --current --full --json so the agent works from real requirements.
- Workflow State Management: Move issues forward through Linear workflow states and post completion updates when work finishes.
- PR/MR Linking & Triage: Attach pull request links with
orca linear attach and triage assignee, priority, estimate, due date, labels, and parented follow-up tickets.
- Use Case: You finish a bug fix tied to a Linear ticket. The agent reads the ticket, attaches the PR URL, moves the issue to the review state, and creates a parented follow-up ticket for remaining work.
Quick Start
Ask the agent to load the version-matched guide with orca skills get orca-linear, then read the current Linear issue and attach your pull request link to it.