Linear Cli

🌐Community
by schpet · vlatest · Repository

Generates a linear command-line argument list from a given string, simplifying CLI tool invocation and automation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add linear-cli npx -- -y @trustedskills/linear-cli
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "linear-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/linear-cli"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The linear-cli skill provides access to Linear's command line interface. This allows AI agents to interact with and manage issues, projects, teams, and other resources within a Linear workspace directly from the command line. It streamlines workflows by automating tasks and integrating with existing development tools.

When to use it

  • Automate issue creation based on external events (e.g., new bug reports).
  • Synchronize project status updates between different systems.
  • Manage team assignments and track progress within Linear.
  • Retrieve specific issue details for reporting or analysis.

Key capabilities

  • Issue management (create, update, delete)
  • Project interaction
  • Team management
  • Access to Linear resources via CLI commands

Example prompts

  • "Create a new issue in the 'Backend' project with the title 'Implement user authentication'."
  • "Assign issue #123 to team member @john.doe."
  • "Get the status of all open issues in the 'Frontend' project."

Tips & gotchas

Requires an active Linear workspace and API key for authentication. The specific commands available will depend on your user permissions within Linear.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
schpet
Installs
0

🌐 Community

Passed automated security scans.