linear
SKILL.md
Linear CLI
Interacts with Linear for issue tracking and project management using the linear command.
Scope
- Use for Linear issue/project/teams management via the CLI or GraphQL (
linear gql). - Prefer built-in commands over raw GraphQL unless functionality is missing.
- Keep defaults in sync with the user's config; do not hard-code team IDs/outputs.
Install & Setup
- Install:
npm install -g @0xbigboss/linear-cli - Auth:
linear auth setor setLINEAR_API_KEY - Defaults:
linear config set default_team_id TEAM_KEY,linear config set default_output json|table,linear config set default_state_filter completed,canceled - Inspect or reset defaults:
linear config show,linear config unset default_output - Config path:
~/.config/linear/config.json(override with--config PATHorLINEAR_CONFIG)