feat(skills): add linear-deep-dive skill#1195
Conversation
…stration Adds a new Claude Code skill that fetches a Linear issue, classifies it (feature/bug/refactor/investigation), explores the relevant codebase, proposes an approach, and orchestrates the right skill chain to solve it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jared Scott <jared.scott@datarecce.io>
There was a problem hiding this comment.
Pull request overview
Adds a new Claude skill (/linear-deep-dive) to drive end-to-end analysis of a Linear issue: fetch issue context, classify work type, explore relevant code, produce an approach proposal, and then orchestrate an appropriate skill chain.
Changes:
- Introduces the
linear-deep-diveskill definition and workflow documentation. - Defines default routing from Linear issue classification (feature/bug/refactor/investigation) to skill chains.
- Documents branch handling and several edge-case decision points (blockers, vague specs, full-stack scope, WIP branches).
Code Review — PR #1195SummaryAdds a new Claude Code skill ( FindingsNo critical issues found. Observations (not blocking):
VerdictApproved. Clean addition of a single skill file with no impact on existing code. |
- Use `git checkout -t origin/$BRANCH` for robust remote branch tracking - Use `origin/` refs in git log for branch inspection - Change investigation output from docs/summaries/ to docs/plans/ (already created) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jared Scott <jared.scott@datarecce.io>
Summary
/linear-deep-dive) that fetches a Linear issue, classifies it (feature/bug/refactor/investigation), explores the relevant codebase, proposes an approach, and orchestrates the right skill chain to solve itTest plan
/linear-deep-dive DRC-2893(verified in session)Checklist
recce/data/🤖 Generated with Claude Code