一键导入
linear
Search and manage Linear issues. Use for listing issues, creating/updating issues, changing status, viewing issue details, or any Linear workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search and manage Linear issues. Use for listing issues, creating/updating issues, changing status, viewing issue details, or any Linear workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | linear |
| description | Search and manage Linear issues. Use for listing issues, creating/updating issues, changing status, viewing issue details, or any Linear workflow. |
Manage Linear issues from the command line using linear CLI.
# List issues
linear issue list # Your unstarted issues
linear issue list -s started # Your in-progress issues
linear issue list --all-states # All your issues
linear issue list -A # All assignees
linear issue list --team ENG # Specific team
linear issue list --project "Q1" # Filter by project
# View issue
linear issue view TC-123 # View issue details
linear issue view TC-123 --json # JSON output
# Create issue
linear issue create -t "Title" -d "Description" --team ENG
linear issue create -t "Bug" -l "bug" -a self --priority 1
# Update issue
linear issue update TC-123 -s "In Progress"
linear issue update TC-123 -a lachlan
linear issue update TC-123 --priority 2
# Search (via list filters)
linear issue list --all-states --limit 100 | grep -i "search term"
# Projects & teams
linear project list
linear team list
linear team members
linear issue list --all-states --all-assignees --limit 100 | grep -i "keyword"
linear issue update TC-123 -s "In Progress"
linear issue update TC-123 -s "Done"
linear issue create -t "New feature" --start
linear issue view TC-123 # Includes comments by default
linear issue view TC-123 --no-comments
triage - Needs triagebacklog - Backlogunstarted - Todostarted - In Progresscompleted - Donecanceled - Canceled1 - Urgent2 - High3 - Medium4 - LowFor queries not covered by CLI, use the API directly:
# Write schema to temp file for reference
linear schema -o /tmp/linear-schema.graphql
# Query with curl
curl -s -X POST https://api.linear.app/graphql \
-H "Content-Type: application/json" \
-H "Authorization: $(linear auth token)" \
-d '{"query": "{ viewer { assignedIssues(first: 10) { nodes { identifier title } } } }"}'
Run linear --help or linear issue --help for complete options.
Rewrites robotic or AI-sounding text to feel natural while preserving meaning and voice. Use when humanizing or reviewing generated, over-polished, repetitive, or impersonal prose. Covers 24 wording patterns and 14 construction patterns.
Writes, rewrites, drafts, or reviews text in Lachlan's written and spoken voice. Use when the user asks to "talk like me" or "sound like me", or needs Slack replies, emails, leadership notes, technical feedback, customer or strategy messages, meeting comments, or talking points that match Lachlan's directness, dry humour, and evidence-first engineering judgement.
Iteratively review and improve the current PR or branch by running general-code-reviewing, fixing grounded issues, validating, and re-reviewing until the change is merge-ready or a blocker remains. Use when asked to auto-review, self-review and fix, harden, polish, get a PR ready, or iterate on code quality rather than only return review comments.
Draft and revise durable engineering plans. Use for `docs/plans`, architecture, rollout, design docs, first-slice selection, open-question resolution, adversarial pressure-testing, and plan maintenance during implementation.
Run the full code-to-merged-PR workflow: auto-review the current branch or PR, create or update a GitHub PR, babysit it through reviews and CI, merge it, and report the final state. Use when asked to land a PR, land this, ship this branch, get this into a PR and merge it, or otherwise carry code from local changes or a current branch to a merged PR.
Read x.com/twitter.com posts, tweets, quote tweets, and user-provided post URLs through the authenticated xurl CLI, with Birdclaw as the local cache and research fallback. Use when asked to read, summarize, inspect, quote, fetch, or explain an X/Twitter post URL or status ID; when the user says to use their Twitter account; or when read-only Twitter/X context should come from xurl or Birdclaw instead of web search.