- Home
- Skills
- APIs & Backend
- Issue Tracker Linear
Works with the AI tools you already use
Issue Tracker Linear
Use to manage Linear issues over GraphQL with curl: create, update, delete issues, work with projects, teams, cycles, comments, labels, run queries and set webh
Free
Issue Tracker Linear
Example session with this skill installed
Show me the curl command to list the first 10 'In Progress' issues for my team.
- Read your context and instructions
- Compiled the issue tracker linear
curl -s https://api.linear.app/graphql -H "Authorization: $LINEAR_KEY"
-d '{"query":"{ issues(filter:{ state:{ name:{ eq:"In Progress" } } }, first:10){ nodes{ identifier title url } } }"}'
Connects securely to your tools. The creator never sees your data.
About this skill
The problem
Managing Linear issues manually through the UI is slow when dealing with bulk updates, automated triage, or cross-tool synchronization. Scripting these interactions via GraphQL often requires writing verbose boilerplate and handling complex mutation structures.
What it does
- Executes GraphQL mutations to create, update, and delete Linear issues.
- Manages issue metadata including cycles, projects, labels, and assignees.
- Queries issues with advanced filtering and pagination logic.
- Sets up and validates webhooks for real-time event synchronization.
- Performs ID lookups for teams, states, and users to ensure valid API calls.
Frameworks & tools
Linear GraphQL API, curl, jq, HMAC-SHA256 for webhook validation.
Why this beats prompting it yourself
It provides pre-structured GraphQL patterns for complex mutations that are easy to get wrong in a raw prompt. You avoid the trial and error of nesting input objects or resolving ID dependencies manually.
Use cases
- Bulk-closing stale issues based on specific date or state criteria.
- Automating bug triage by creating issues directly from system logs.
- Syncing task cycles and project progress with internal dashboards.
- Adding automated comments to issues when CI/CD pipelines fail.
Known limitations
Not intended for heavy organizational modeling or building long-running webhook consumers. Requires an existing Linear API key with appropriate permissions.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 24 days ago
- Free to download with an account