Linear Ticket Investigator banner
mthines mthines

Linear Ticket Investigator

Development community

Description

--- name: linear-ticket-investigator description: Extract evidence from a single Linear ticket — read the ticket, locate affected code, and return an Evidence Record matching the /fix-bug Phase 2 schema. Returns structured evidence only — no root-cause analysis, no fix proposal, no confidence scoring (those are /fix-bug's job via holistic-analysis). Used by /fix-bug's Linear input route and fan-out by /batch-linear-tickets. tools: Read, Glob, Grep, Skill, mcp__Linear__get_issue, mcp__Linear__lis

Installation

Installs to ~/.claude/agents/mthines-agent-skills-linear-ticket-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mthines/agent-skills/HEAD/agents/linear-ticket-investigator.md -o ~/.claude/agents/mthines-agent-skills-linear-ticket-investigator.md

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

Full documentation available on GitHub

View Source Repository