Agent skill

linear

Manage Linear issues via the linear-cli (unofficial or custom wrapper).

Stars 118
Forks 34

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_KEY environment variable.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results