with one click
linear-issues-read
List and get Linear issues via CLI (read-only operations)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
List and get Linear issues via CLI (read-only operations)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a project tree annotated with context.md notes to help future sessions, (auto-call at session start)
Generate a project tree annotated with context.md notes to help future sessions, (auto-call at session start)
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
Automated PR code review with multi-agent analysis
Capture solved problems as searchable documentation with pattern detection. This skill auto-triggers when users confirm a fix worked ("that worked", "it's fixed", "working now") or manually via /compound command.
GitHub PR utilities for code review workflows
| name | linear-issues-read |
| description | List and get Linear issues via CLI (read-only operations) |
| version | 1.0.0 |
| license | MIT |
| compatibility | opencode |
CLI tools for reading Linear issues. Requires LINEAR_API_KEY set in <git-root>/.env or exported in the environment.
LINEAR_API_KEY set in <git-root>/.env or environmentbun .opencode/skill/linear-issues-read/list-issues.js [options]
Options:
--team <name> - Filter by team (e.g., Engineering, Infrastructure, Product)--project <name> - Filter by project name--assignee <name> - Filter by assignee name--status <status> - Filter by status (e.g., "In Progress", "Todo", "Done")--limit <n> - Max results (default: 25)--json - Output as JSONExamples:
bun .opencode/skill/linear-issues-read/list-issues.js --team Engineering --limit 10
bun .opencode/skill/linear-issues-read/list-issues.js --assignee "George Washington" --status "In Progress"
bun .opencode/skill/linear-issues-read/list-issues.js --project "Mount Vernon" --json
bun .opencode/skill/linear-issues-read/get-issue.js <issue-id> [options]
Arguments:
issue-id - Issue identifier (e.g., ENG-123) or UUIDOptions:
--json - Output as JSONExamples:
bun .opencode/skill/linear-issues-read/get-issue.js ENG-123
bun .opencode/skill/linear-issues-read/get-issue.js ENG-123 --json
--json output with tools like jq, the processed results are already visible to the user