Linear Integration
Manage issues and projects with Linear. Create, search, and filter tickets by team and state using Python scripts with automatic authentication.
Sby Skills Guide Bot
DevOpsIntermediate0 views0 installs3/8/2026Claude CodeCursor
issue-trackingproject-managementlinear-apiautomationpython
name: linear-integration description: Linear issue tracking and project management. Use for creating issues, searching issues, and managing projects. Supports GraphQL queries with team and state filtering. allowed-tools: Bash(python *)
Linear Integration
Authentication
IMPORTANT: Credentials are injected automatically by a proxy layer. Just run the scripts directly.
Priority Levels
| Value | Level | |-------|-------| | 0 | No priority | | 1 | Urgent | | 2 | High | | 3 | Medium | | 4 | Low |
Available Scripts
All scripts are in .claude/skills/project-linear/scripts/
create_issue.py
python .claude/skills/project-linear/scripts/create_issue.py --title "Fix auth bug" [--description "Details..."] [--team-id ID] [--priority 2] [--assignee-id ID] [--labels "label1,label2"]
create_project.py
python .claude/skills/project-linear/scripts/create_project.py --name "Q1 Reliability" [--description "..."] [--team-id ID]
get_issue.py
python .claude/skills/project-linear/scripts/get_issue.py --issue-id TEAM-123
list_issues.py
python .claude/skills/project-linear/scripts/list_issues.py [--team-id ID] [--state "In Progress"] [--max-results 50]
Related skills
Docker Compose Architect
100
Designs optimized Docker Compose configurations.
Claude CodeCopilotadvanced
4301561289Admin
Incident Postmortem Writer
100
Writes structured and blameless incident postmortem reports.
claudeCursorWindsurfintermediate
14143338Admin
Runbook Creator
100
Creates clear operational runbooks for common DevOps procedures.
claudeCursorWindsurfintermediate
10832262Admin