Current Cycle Issues

SkillProductivity

Show my Linear issues for the current cycle, grouped by status.

Available today. Use it from your connected AI after setup.

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

  1. Use mcp__linear-server__get_user with query "me" to get the user's teams.
  2. For each team, use mcp__linear-server__list_cycles with type "current" to find active cycles.
  3. For each active cycle, use mcp__linear-server__list_issues with assignee "me" and the cycle ID.
  4. 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