Linear Create

🌐Community
by finesssee · vlatest · Repository

Generates sequential data like lists, code snippets, or steps following a defined linear pattern or progression.

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-create npx -- -y @trustedskills/linear-create
2

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

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

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

About This Skill

The linear-create skill enables AI agents to programmatically generate new Linear issues directly from command-line interfaces. It streamlines workflow automation by allowing agents to submit tasks, bugs, or feature requests without manual browser interaction.

When to use it

  • Automating repetitive ticket creation for standard onboarding processes.
  • Triggering immediate bug reports when automated tests fail in a CI/CD pipeline.
  • Generating backlog items based on analysis of user feedback logs.
  • Rapidly prototyping feature requests by creating placeholder issues for team review.

Key capabilities

  • Direct creation of new Linear issues via CLI commands.
  • Integration with the linear-cli toolset for programmatic access.
  • Support for structured issue generation workflows.

Example prompts

  • "Create a high-priority bug report in Linear for the login failure on mobile devices."
  • "Generate a new feature request ticket titled 'Dark Mode Toggle' under the UI improvements project."
  • "Submit a task to update the documentation links in the Q3 release notes issue."

Tips & gotchas

Ensure your AI agent has valid authentication credentials for the Linear API before attempting to create issues. Verify that the linear-cli is correctly installed and configured with the appropriate workspace permissions to avoid access errors.

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
finesssee
Installs
36

🌐 Community

Passed automated security scans.