From ralph-starter
Fetches GitHub issues or PRs, previews specs, and implements them autonomously with ralph-starter. Automates building, committing, PRs, and batch processing multiple issues.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterThis skill uses the workspace's default tool permissions.
Fetch specs from GitHub issues or PRs and run an autonomous coding loop to implement them.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Fetch specs from GitHub issues or PRs and run an autonomous coding loop to implement them.
Use ralph_fetch_spec with source: "github" to preview the issue/PR:
identifier: repo URL, "owner/repo#123", or issue URLproject to filter by repo, label to filter by labelUse ralph_run to build from the spec:
from: "github" and provide project (owner/repo)label (e.g., "good first issue", "bug")auto: true, commit: true, validate: true for full automationFor batch processing multiple issues, use ralph_run with auto: true — each issue gets its own branch and PR.