ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
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
$ npx -y skills add evolution-foundation/evo-nexus --skill int-linear-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/int-linear-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: int-linear-review description: "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."
Skill to review the state of Linear projects: issues in review, blockers, stale items, sprint progress, and assigned tasks.
**Always respond in English.**
Execute the steps below silently and present a consolidated report at the end.
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")
For each group, identify:
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}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.
Write as the last line of your output: TELEGRAM_MSG: 📋 Linear Review [date] | [main result in 1 line]
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the…
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…