Agent skill
c-linear
Manage Linear issues and projects using the `linear` CLI. List and filter issues, create new issues, update status, start work on a branch, and create linked pull requests directly from the terminal.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-linear
SKILL.md
What This Skill Does
Uses the linear CLI to manage Linear issues — list, create, update, and transition issues, as well as start work and create linked PRs.
CLI Tool: linear
List & View Issues
linear issue list # List your assigned issues
linear issue list --team ENG # Filter by team
linear issue list --state "In Progress" # Filter by state
linear issue view ENG-123 # View issue details
Create Issues
linear issue create \
--title "Fix login redirect bug" \
--description "Users are redirected to /home instead of /dashboard" \
--team ENG \
--priority 2 \
--label bug
Update & Transition Issues
linear issue update ENG-123 --state "In Progress"
linear issue update ENG-123 --assignee me
linear issue update ENG-123 --priority 1
Start Work
# Creates a git branch linked to the issue
linear issue start ENG-123
Create a PR
# Creates a PR linked to the Linear issue
linear pr create ENG-123
Usage Guidelines
- Use
linear issue listbefore creating issues to avoid duplicates. - When starting work,
linear issue starthandles branch creation and status update in one command. - Use issue identifiers (e.g.,
ENG-123) consistently — they are case-insensitive.
Notes
- Requires
linear authto be completed before use. - Priority levels: 1 = Urgent, 2 = High, 3 = Medium, 4 = Low
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?