From ralph-starter
Manage GitHub Issues and Linear tasks: list, create, update, close, comment via ralph_task tool. Auto-detects platform from ID format.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-starter:ralph-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage tasks across GitHub Issues and Linear from a single interface.
Manage tasks across GitHub Issues and Linear from a single interface.
Use the ralph_task tool:
action: "list" — shows tasks from GitHub and Linear. Filter with source, project, label, status.action: "create" — requires title, source (github/linear). Optional: description, labels, priority (P0-P3), assignee.action: "update" — requires id (#123 for GitHub, RAL-42 for Linear). Set status, priority, assignee.action: "close" — requires id. Optional comment for a closing note.action: "comment" — requires id and comment.The platform is auto-detected from the ID format: #123 = GitHub, RAL-42 = Linear.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterManages Linear issues, projects, and teams using MCP tools, linear CLI, and GraphQL API. Create, update, query issues; handle labels, status, references, and backlogs.
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.
Interact with Linear to view, create, and update issues using MCP or the Linear CLI, with varlock-based secret management.