Agent skill
linear
Manage Linear issues via the linear-cli (unofficial or custom wrapper).
Install this agent skill to your Project
npx add-skill https://github.com/olasunkanmi-SE/codebuddy/tree/main/skills/linear
Metadata
Additional technical details for this skill
- auth
-
{ "type": "api-key" } - icon
- list
- config
-
[ { "name": "LINEAR_API_KEY", "type": "secret", "label": "API Key", "required": true }, { "name": "LINEAR_TEAM_ID", "type": "string", "label": "Team ID", "required": false, "placeholder": "your-team-id" } ] - version
- 1.0.0
- category
- project-management
- displayName
- Linear
- dependencies
-
{ "cli": "linear", "install": { "linux": { "npm": "@linear/cli" }, "darwin": { "npm": "@linear/cli" }, "windows": { "npm": "@linear/cli" } }, "checkCommand": "linear --version" }
SKILL.md
linear-cli
Use linear (or appropriate CLI wrapper) to interact with Linear.
Common Commands
Issues
- List issues:
linear issue list - View issue:
linear issue view <ID> - Create issue:
linear issue create
Notes
- Requires a Linear CLI tool to be installed.
- Requires
LINEAR_API_KEYenvironment variable.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Send emails using mailsend-go CLI
aws
Manage AWS resources via the aws CLI.
telegram
Send Telegram messages, files, and interact with Telegram bots via the telegram-send CLI tool.
redis
Manage Redis databases via the redis-cli tool.
datadog
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
gitlab
Manage GitLab issues and merge requests via the glab CLI.
Didn't find tool you were looking for?