Skip to main content

autolinear

Autonomous Linear to Claude Code bridge. Picks up issues labelled @autolinear, routes them to agents by tag, captures proof-of-work, and drives each issue from Todo to Done with reviewer feedback loops. Alpha: manual /autolinear:run is end to end; webhook pickup stops at a dispatch stub.

Version0.4.1
Marketplacemagus-alpha
Commands5
Subagents3
Skills4
MCP serverno
Hooksyes

Install

claudeup

Find autolinear on the Plugins tab and turn it on. claudeup registers the magus-alpha marketplace if you do not have it, and installs what the plugin needs to actually run — binaries, MCP servers, CLI tools.

For a team, press s to save your plugins as a profile and commit it. Everyone else runs claudeup install — see Teams and profiles.

Prefer to do it by hand? Installing Magus has the manual path.

When to reach for it

  • Use when a reviewer has commented on an autolinear issue and the work needs another pass — feedback-processor

Commands

CommandWhat it does
/autolinear:autolinear-configConfigure Linear integration settings for autolinear
/autolinear:autolinear-create-taskCreate a Linear task from CLI and assign to autolinear for execution
/autolinear:autolinear-helpShow comprehensive help for the AutoLinear plugin
/autolinear:autolinear-runManually trigger execution of a specific Linear task
/autolinear:autolinear-statusCheck autolinear status, queue, and task progress

Subagents

Dispatched with the Agent tool, each in its own context window.

AgentWhat it does
autolinear:feedback-processorReads Linear comment feedback on an in-flight task and turns it into a concrete revision plan. Use when a reviewer has commented on an autolinear issue and the work needs another pass.
autolinear:proof-generatorGenerates proof-of-work artifacts — diffs, test output, screenshots — that show a Linear task was actually done.
autolinear:task-executorExecutes a picked-up Linear issue end to end, reasoning and acting in a loop until the acceptance criteria are met.

Skills

SkillWhat it covers
autolinear:linear-integrationLinear API patterns and examples for autolinear. Includes authentication, webhooks, issue CRUD, state transitions, file attachments, and comment handling.
autolinear:proof-of-workProof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
autolinear:state-machineTask lifecycle state transitions with validation gates. Defines states, triggers, and required proofs.
autolinear:tag-command-mappingHow tag-to-command routing works in autolinear. Defines default mappings, precedence rules, and customization patterns.

Hooks

This plugin installs hooks. They run automatically and are the usual first place to look if its behaviour stops firing.

Source

plugins/autolinear/ on GitHub, including its full README.