skills/linear-favorites/SKILL.md
Manage Linear favorites. Use for quick access to issues and projects.
npx skillsauth add finesssee/linear-cli linear-favoritesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# List favorites
linear-cli fav list
linear-cli fav list --output json
# Add to favorites
linear-cli fav add LIN-123 # Add issue
linear-cli fav add PROJECT_ID # Add project
# Remove from favorites
linear-cli fav remove LIN-123
| Flag | Purpose |
|------|---------|
| --output json | JSON output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.