Install
npx skillscat add finesssee/linear-cli/linear-favorites Install via the SkillsCat registry.
About this skill
The linear-favorites skill lets users add, remove, and list issues and projects as favorites in Linear via command‑line commands. It provides quick access to frequently used items, avoiding navigation through the full interface. Use it when you need fast, repeated access to specific issues or projects from the terminal.
SKILL.md
Favorites
# 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-123Flags
| Flag | Purpose |
|---|---|
--output json |
JSON output |