Current Cycle Issues
SkillProductivityShow my Linear issues for the current cycle, grouped by status.
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 Current Cycle Issues skill
What this skill tells your AI
The instructions your AI receives, as published by aztec-labs-eng/aztec-node in .claude/skills/cycle/SKILL.md and read by ahel’s review.
Query the user's Linear issues for the current cycle and display them grouped by status.
Steps
- Use
mcp__linear-server__get_userwith query "me" to get the user's teams. - For each team, use
mcp__linear-server__list_cycleswith type "current" to find active cycles. - For each active cycle, use
mcp__linear-server__list_issueswith assignee "me" and the cycle ID. - Display results grouped by status. Omit empty groups.
- For open items (Todo, In Progress, In Review, etc.): show a table with columns: Issue number, Title. No URLs.
- For closed items (Done, Canceled): just list a count (e.g. "9 done, 1 canceled").
Signals
- GitHub stars
- 23
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cycle- Source
- github.com/aztec-labs-eng/aztec-node