Check project health and generate status updates for Linear projects. Use when the user asks about project progress, wants a status report, asks "how's the project going", wants to know what's blocked, or needs to post a status update to Linear.
npx claudepluginhub toolwright-adk/toolwright-monorepo --plugin linear-project-managerThis skill is limited to using the following tools:
Check project health and optionally post a status update to Linear.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Check project health and optionally post a status update to Linear.
Confirm both MCP tool sets are available:
mcp__linear__get_project (official Linear MCP)mcp__linear-bootstrap__introspect-workspace (linear-bootstrap MCP)If the official Linear MCP is missing, you can still provide a limited report using linear-bootstrap's introspect-workspace. If linear-bootstrap is missing, you can still read project state — you just won't have team convention context.
Tell the user which tools are available and proceed with what you have.
Use the project name or ID from $ARGUMENTS. If not provided, use mcp__linear__list_projects to show available projects and ask which one.
In parallel where possible:
mcp__linear__get_project — project overview, dates, statusmcp__linear__list_issues filtered by project — all issues with their statusesmcp__linear__list_milestones — milestone progressmcp__linear-bootstrap__introspect-workspace — team conventions (workflow states, cycle info)Present a structured summary:
Progress:
Health indicators:
Recent activity:
Ask: "Want me to post this as a status update to Linear?"
If yes, use mcp__linear__save_status_update with a concise version of the report.
User: /linear-status Checkout Redesign
Agent: ## Checkout Redesign — Status
**Progress:** 62% complete (31/50 issues done)
- ✅ M1: Payment Integration — 100% (8/8)
- 🔄 M2: Cart Overhaul — 75% (9/12)
- 🔄 M3: Checkout Flow — 47% (14/30)
**Health:**
- 2 blocked issues in M3 (waiting on API team)
- 1 high-priority unassigned: "Handle failed payment retry"
- M2 target date is tomorrow — 3 issues remaining
Want me to post this as a status update to Linear?