Linear Get Issue Skill
Fetch Linear issue details by ID with minimal context overhead.
Quick Start
# Set up your Linear API key
export LINEAR_API_KEY="your_api_key_here"
# Search for issues by keyword
python scripts/search_issues.py "filtering"
# Get full details of a specific issue
python scripts/get_issue.py LUDDY-320
# Get JSON output for parsing
python scripts/get_issue.py LUDDY-320 --json
Available Scripts
Two-Part Workflow: Search + Get
Search to find i
[Description truncada. Veja o README completo no GitHub.]