Linear Review banner
crewship-ai crewship-ai

Linear Review

Productivity community

Description

--- description: Comprehensive Linear task review — done, open, blockers, relevance, stale detection --- # Linear Task Review Delegate Linear analysis to a subagent so the main context stays clean. Linear MCP responses are large; never load them directly into the main conversation. ## How to execute Call the Agent tool with: - `subagent_type`: `general-purpose` - `model`: `haiku` (fast and cheap — this is pure data fetch + summarize) - `description`: `Linear task review` - `prompt`: the SUB

Installation

Installs to ~/.claude/commands/crewship-ai-crewship-linear-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/crewship-ai/crewship/HEAD/.claude/commands/linear-review.md -o ~/.claude/commands/crewship-ai-crewship-linear-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository