Agent Skills: linear

Read-only Linear issue access via the Linear GraphQL API.

UncategorizedID: edmundmiller/dotfiles/linear

Install this agent skill to your local

pnpm dlx add-skill https://github.com/edmundmiller/dotfiles/tree/HEAD/tools/linear/skills/linear

Skill Files

Browse the full folder contents for linear.

Download Skill

Loading file tree…

tools/linear/skills/linear/SKILL.md

Skill Metadata

Name
linear
Description
Read-only Linear issue access via the Linear GraphQL API.

linear

Read-only access to Linear issues via GraphQL.

Setup

  • Requires LINEAR_API_TOKEN_FILE pointing at a file containing the Linear API key.

Common commands

  • List issues (most recently updated):
    • linear issues list --limit 20
  • Get issue by identifier:
    • linear issue get ENG-123
  • Raw GraphQL (advanced):
    • linear gql 'query($first:Int!){issues(first:$first){nodes{identifier title url}}}' '{"first":10}'

Notes

  • Read-only only. Do not modify or create issues unless explicitly instructed.
  • Output is JSON from the GraphQL API.