Agent skill

int-linear-review

Review Linear projects — check issues in review, blockers, stale items, sprint progress, and assigned tasks. Use when user says 'check linear', 'linear review', 'sprint status', 'issues in review', 'project status', 'what is blocked', or any reference to checking project/issue status in Linear.

Stars 211
Forks 54

Install this agent skill to your Project

npx add-skill https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-linear-review

SKILL.md

Linear Review — Project Check

Skill to review the state of Linear projects: issues in review, blockers, stale items, sprint progress, and assigned tasks.

Always respond in English.

Workflow

Execute the steps below silently and present a consolidated report at the end.

Step 1 — Gather context

Use the Linear MCP tools to collect data:

  1. Issues in Review — list issues with state "In Review" or "Review":

    list_issues(state="In Review")
    
  2. User's issues — list issues assigned to the user:

    list_issues(assignee="me")
    
  3. Blockers — list issues with Urgent (1) or High (2) priority:

    list_issues(priority=1)
    list_issues(priority=2)
    
  4. Stale issues — list "In Progress" issues not updated in the last 3 days:

    list_issues(state="In Progress", updatedAt="-P3D")
    

    Compare: if the issue is "In Progress" but hasn't been updated in more than 3 days, mark as stale.

  5. Current cycle — check active sprint/cycle progress:

    list_cycles(teamId="...", type="current")
    

Step 2 — Analyze

For each group, identify:

  • In Review: who needs to review, how long it has been pending
  • Blockers: what is blocking and who is responsible
  • Stale: issues stagnant without activity — need attention or re-prioritization
  • My issues: what the user needs to do first (by priority)

Step 3 — Report

Present in the format:

## Linear Review — {data}

### In Review ({N})
| Issue | Title | Assignee | Days in review |
|-------|--------|-------------|----------------|

### Blockers ({N})
| Issue | Title | Priority | Assignee | Block description |
|-------|--------|------------|-------------|----------------------|

### Stale — Inactive >3 days ({N})
| Issue | Title | Assignee | Last updated |
|-------|--------|-------------|-------------------|

### My Issues ({N})
| Issue | Title | Status | Priority |
|-------|--------|--------|------------|

### Current Sprint/Cycle
- Progress: {X}% ({completed}/{total})
- Deadline: {end date}
- Risk: {high/medium/low}

Step 4 — Save HTML artifact

Read the template at .claude/templates/html/custom/linear-review.html, fill all {{PLACEHOLDER}} with the data collected in previous steps, and save the complete HTML to workspace/projects/linear-reviews/[C] YYYY-MM-DD-linear-review.html.

Create the directory workspace/projects/linear-reviews/ if it does not exist.

Rules

  • Do not modify issues — only read and report. Changes only with user approval
  • Prioritize clarity — if unable to determine the team or cycle, list what you find without blocking
  • Highlight risks — issues in review for more than 2 days or stale are warning signs
  • Be direct — numbers, not narrative

Notify via Telegram

Upon completion, send a short summary via Telegram to the user:

  • Use the Telegram MCP: reply(chat_id="YOUR_CHAT_ID", text="...")
  • Format: emoji + routine name + main result (1-3 lines)
  • If the routine had no updates, send anyway with "no updates"

Expand your agent's capabilities with these related and highly-rated skills.

EvolutionAPI/evo-nexus

data-create-viz

Cria visualizações de dados de qualidade profissional com Python no tema Evolution (fundo escuro, acento

211 54
Explore
EvolutionAPI/evo-nexus

cs-customer-escalation

Empacota uma escalação para Devs, Produto ou Davidson com contexto completo. Use quando um bug precisa de atenção além do suporte normal, vários clientes reportam o mesmo problema, um cliente está ameaçando cancelar, ou um problema ficou sem resolução além do SLA. / Package an escalation for engineering, product, or leadership with full context. Use when a bug needs engineering attention beyond normal support, multiple customers report the same issue, a customer is threatening to churn, or an issue has sat unresolved past its SLA.

211 54
Explore
EvolutionAPI/evo-nexus

mkt-draft-content

Draft blog posts, social media, email newsletters, landing pages, press releases, and case studies with channel-specific formatting and SEO recommendations. Use when writing any marketing content, when you need headline or subject line options, or when adapting a message for a specific platform, audience, and brand voice.

211 54
Explore
EvolutionAPI/evo-nexus

gog-tasks

Create, manage, and prioritize tasks and todo items. Convert emails to tasks, set priorities (P0-P3) and categories (Work/Personal/Errands/Admin), review daily priorities, track blocked and overdue tasks. Use when user mentions tasks, todos, action items, or wants to convert emails to tasks. Requires confirmation before creating or deleting tasks.

211 54
Explore
EvolutionAPI/evo-nexus

discord-get-messages

Retrieve messages from Discord channels via the Discord API. Use this skill when the user wants to read, search, or analyze messages from a Discord channel.

211 54
Explore
EvolutionAPI/evo-nexus

cs-customer-research

Pesquisa multi-fonte sobre pergunta ou tópico de cliente com atribuição de fontes. Use quando um cliente pergunta algo que precisa ser verificado, investigando se um bug foi reportado antes, verificando o que foi dito anteriormente a uma conta específica, ou coletando contexto antes de redigir uma resposta. / Multi-source research on a customer question or topic with source attribution. Use when a customer asks something you need to look up, investigating whether a bug has been reported before, checking what was previously told to a specific account, or gathering background before drafting a response.

211 54
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results