skills/integrations/linear/generate-linear-project-update/SKILL.md
Generate concise Linear project status updates with issues grouped by status, sub-issue links, and metrics. Load when user mentions "generate project update", "weekly update for [project]", "Linear project summary", "status update", or provides a Linear project URL.
npx skillsauth add beam-ai-team/beam-next-skills generate-linear-project-updateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate concise weekly/periodic status updates for Linear projects with issues organized by status.
This skill creates shareable project updates by:
Time Estimate: 2-3 minutes
Ask user for (if not already provided):
-P7D)Use mcp__linear__list_issues with these parameters:
project: [project-name]
updatedAt: -P7D (or user-specified timeframe)
orderBy: updatedAt
limit: 50
Group the results into:
For each issue, include:
If available from context or dashboard links, include:
Use this concise format:
## [Project Name] Update - Week of [Date Range]
### ✅ Completed ([N] issues)
- **[CLI-XXX]** - [Title] | [One-line summary]
[Link if relevant]
### 🚀 [Current Focus Section Name]
**[CLI-XXX]** - [Parent Issue Title]
[Brief context]
**Sub-issues:**
1. **[CLI-XXX]** - [Sub-issue title] | [Status]
[One-line description]
### 📊 In Review
- **[CLI-XXX]** - [Title]: [One-line summary]
### 📈 Metrics
[Any relevant metrics]
### Next Week
[Brief priorities]
Key formatting rules:
Show the formatted update to user with: "Here's your project update - you can copy and paste this into Linear project updates."
Timeframe Formats:
-P7D = last 7 days-P14D = last 14 days-P1M = last month2025-11-10 (YYYY-MM-DD)When External Links Present: Always include dashboard, Notion, Airtable, or other external URLs mentioned in issue descriptions.
Sub-Issues: When a parent issue has sub-issues, list them indented under the parent for context.
testing
Audit registry.yaml against disk, validate SKILL.md frontmatter, find duplicates and orphans. Load when user says 'audit skills registry', 'validate beam-next-skills', 'registry drift', 'skills catalog audit', 'check registry yaml'.
tools
All Workable ATS operations — fetch JDs, search candidates, post assessments/reviews. Load when user says "fetch JD", "search workable", "push to workable", "post review", "rate candidate", "workable", "push assessment", "list jobs", or after interview-coach completes an evaluation. Replaces workable-fetch-jd and workable-push-assessment.
data-ai
Load when user mentions "tavily research", "market intelligence", "competitive research", "GTM research", or needs real-time market data for sales, marketing, or vertical strategy.
development
Shared resource library for Slack integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by slack-connect and individual Slack skills.