linear
Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.
Summary
This skill integrates Linear's issue tracking directly into Claude Code, allowing you to create and manage issues, update statuses, search across workspaces, and streamline your software development workflow without leaving the terminal.
- It's ideal for developers who want to quickly capture tasks, triage bugs, or check project progress while coding.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install linear@<marketplace>
/pluginUse Cases
Usage Examples
/linear create issue --title "Fix login timeout bug" --project "Auth" --priority high
/linear search issues --query "API rate limiting" --assignee @me
/linear update issue LINEAR-123 --status "In Review" --comment "Ready for review"
Security Audits
Frequently Asked Questions
What is linear?
This skill integrates Linear's issue tracking directly into Claude Code, allowing you to create and manage issues, update statuses, search across workspaces, and streamline your software development workflow without leaving the terminal. It's ideal for developers who want to quickly capture tasks, triage bugs, or check project progress while coding.
How to install linear?
To install linear: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install linear@<marketplace>. Finally, /plugin in Claude Code.
What is linear best for?
linear is a plugin categorized under General. Created by Anthropic.
What can I use linear for?
linear is useful for: Create a new bug or feature request in a specific Linear project without switching contexts.; Update the status of an issue to 'In Progress' or 'Done' directly from the command line.; Search for issues by keyword, assignee, or label across your entire Linear workspace.; View the details and comments of a specific issue to quickly understand context.; Assign an issue to a team member or yourself and set priority in one command.; List all issues in a sprint or project to get a quick overview of remaining work..