Linear
SkillProductivityLinear issue tracking integration - Create, update, and manage Linear issues and projects using the GraphQL API
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Linear skill
What this skill tells your AI
The instructions your AI receives, as published by aiskillstore/marketplace in skills/0xsero/linear/SKILL.md and read by ahel’s review.
Work with Linear issues.
When To Use
- Create issues
- Update status
- Link to work
How To Use
Create Issue
# Via CLI
vant linear create --title "Fix bug" --team Team
# Via API
POST /issues
{
"title": "Fix bug",
"team_id": "..."
}
Update Status
vant linear update [issue-id] --status "In Progress"
Close
vant linear close [issue-id]
Workflow
| Status | Action |
|---|---|
| Backlog | Triaged |
| Todo | Ready |
| In Progress | Working |
| Done | Complete |
Vant Integration
Sync Linear with brain:
# Auto-create on work start
vant linear link
# Auto-update on progress
vant sync
Output
## Linear
### Created
- [issue-url]
### Status
- [status]
Role: Linear Manager Input: Issue action Output: Issue updated
Keep in sync with work.
Signals
- GitHub stars
- 422
- Forks
- 44
- Last commit
- Sep 2026
- Hacker News mentions
- 20
ahel review
S4info
community integration — published by aiskillstore, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear- Source
- github.com/aiskillstore/marketplace