TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/openai/skills/llms.txt
Use this file to discover all available pages before exploring further.
linear skill connects Codex to your Linear workspace via the Linear MCP server, giving you natural-language access to every corner of your project management setup. Instead of switching between your editor and the Linear UI, you can create and update issues, plan sprints, balance team workloads, and generate release plans — all from a single Codex prompt.
Trigger conditions
Use thelinear skill whenever you want to interact with Linear data. Common triggers include:
- “Triage this week’s open bugs in Linear”
- “Create a Linear issue for this error”
- “What is John working on this sprint?”
- “Plan the v2.0 release in Linear”
- “Balance workload across the team”
- “Add a comment to issue ENG-123”
What it enables
Issue Management
List, view, create, and update issues. Filter by assignee, label, priority, or cycle. Bulk-triage unresolved bugs and move items between statuses.
Project & Team Ops
List and create projects, inspect team configurations, view all users, and generate cross-project dependency reports.
Sprint Planning
Pull open issues for a team, rank by priority and user impact, create a new cycle, and assign the top items in one flow.
Documentation & Comments
Search and read Linear documents, list and create comments on issues, and surface stale documentation for updates.
Practical workflows
The skill ships with ready-made patterns for the most common Linear workflows:| Workflow | What Codex does |
|---|---|
| Bug Triage | Lists critical/high-priority bugs, ranks by user impact, moves top items to “In Progress” |
| Sprint Planning | Reviews open issues, picks top items by priority, creates a new cycle with assignments |
| Release Planning | Creates a project with milestones (feature freeze, beta, docs, launch) and generates sized issues |
| Team Workload Balance | Groups active issues by assignee, flags overloaded members, redistributes work |
| Documentation Audit | Searches docs for gaps, opens labeled issues with detailed fixes |
| Automated Status Updates | Finds issues with stale updates and adds status comments based on current state and blockers |
| Sprint Retrospectives | Reports on the last completed cycle: completed vs. pushed work, opens discussion issues for patterns |
| Cross-Project Dependencies | Finds all “blocked” issues, identifies blockers, creates linked issues where missing |
| Smart Labeling | Analyzes unlabeled issues, suggests and applies labels, creates missing label categories |
Default prompt
When you install the skill, its default prompt is:“Use Linear context to triage or update relevant issues for this task, with clear next actions.”
MCP dependency: Linear MCP server
Thelinear skill requires the Linear MCP server. If the skill detects it is not connected, it will pause and guide you through setup:
Windows / WSL users: If you see connection errors, configure the Linear MCP to run via WSL:
Troubleshooting
Authentication errors
Clear browser cookies, re-run OAuth, verify workspace permissions, and confirm that API access is enabled in your Linear settings.
Missing data
Refresh your token, verify workspace access, check for archived projects, and confirm the correct team is selected.
Tool call errors
Confirm the model supports multiple tool calls, provide all required fields (issue ID, project ID, team key), and split complex requests into smaller steps.
Rate limits
Batch bulk operations, use specific filters, and cache or reuse query results for frequently accessed data.
Installing
Restart Codex after installing to pick up the new skill.