Workflow Commands
SkillProductivityStart/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
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 Workflow Commands skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-workflow/SKILL.md and read by ahel’s review.
Start Work
# Start working (assigns to you, sets In Progress)
linear-cli i start LIN-123
# Start + create git branch
linear-cli i start LIN-123 --checkout
Stop Work
# Stop working (unassigns, resets status)
linear-cli i stop LIN-123
Get Current Issue
# Get issue from current git branch
linear-cli context
linear-cli context --output json
Full Workflow
# 1. Start
linear-cli i start LIN-123 --checkout
# 2. Code...
# 3. Create PR
linear-cli g pr LIN-123
# 4. Done
linear-cli i update LIN-123 -s Done
Signals
- GitHub stars
- 133
- Forks
- 18
- Last commit
- Jul 2026
ahel review
S4info
community integration — published by nesszer, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear-workflow- Source
- github.com/nesszer/linear-cli