From ralph-starter
Fetches Linear tickets, previews specs with ralph_fetch_spec, autonomously builds them via ralph_run with ralph-starter, and manages tickets (list/create/update/close) using ralph_task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-starter:ralph-linearThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch specs from Linear tickets and run an autonomous coding loop to implement them.
Fetch specs from Linear tickets and run an autonomous coding loop to implement them.
Use ralph_fetch_spec with source: "linear" to preview the ticket:
identifier: project or team nameproject and label to filter ticketsUse ralph_run to build from the ticket:
from: "linear" and provide project (team/project name)labelauto: true, commit: true, validate: true for full automationUse ralph_task to manage Linear tickets directly:
action: "list" with source: "linear" to see ticketsaction: "create" to create new ticketsaction: "update" / action: "close" with the ticket ID (e.g., "RAL-42")npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterCreates structured Linear tickets for project planning, feature breakdowns, and bug fixes. Uses Linear as an agent control plane with complete work briefs, status tracking, and dependency management.
Manage GitHub Issues and Linear tasks: list, create, update, close, comment via ralph_task tool. Auto-detects platform from ID format.
Manages Linear tickets, projects, milestones, and documents via Python scripts wrapping linearis CLI. Tracks remediation progress or coordinates across skills like orca-security and multi-repo.