원클릭으로
linear
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
| name | linear |
| description | Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear. |
| metadata | {"short-description":"Manage Linear issues in Aura"} |
This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration.
Follow these steps in order. Do not skip steps.
If any Linear MCP tool is unavailable, confirm .aura/config/mcp.json has a working mcpServers.linear entry.
Example (stdio + remote bridge):
{
"mcpServers": {
"linear": {
"enabled": true,
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.linear.app/mcp"],
"env": {},
"cwd": "",
"timeout_s": 60
}
}
}
If running in WSL/Windows and direct execution fails, use a wsl command wrapper for the same server.
/sse can be used only as compatibility fallback when /mcp is unavailable.
After MCP config changes, restart the Aura run/session if tools still do not appear.
Clarify the user's goal and scope (e.g., issue triage, sprint planning, documentation audit, workload balance). Confirm team/project, priority, labels, cycle, and due dates as needed.
Select the appropriate workflow (see Practical Workflows below) and identify the Linear MCP tools you will need. Confirm required identifiers (issue ID, project ID, team key) before calling tools.
Execute Linear MCP tool calls in logical batches (tool names are often prefixed like mcp__...):
Summarize results, call out remaining gaps or blockers, and propose next actions (additional issues, label changes, assignments, or follow-up comments).
Issue Management: list_issues, get_issue, create_issue, update_issue, list_my_issues, list_issue_statuses, list_issue_labels, create_issue_label
Project & Team: list_projects, get_project, create_project, update_project, list_teams, get_team, list_users
Documentation & Collaboration: list_documents, get_document, search_documentation, list_comments, create_comment, list_cycles