From ralph-starter
Runs detected validation commands (tests, lint, build) for projects using ralph-starter. Auto-detects from package.json scripts, Makefiles, and common patterns; reports pass/fail status per command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-starter:ralph-validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run all detected validation commands for a project.
Run all detected validation commands for a project.
ralph_validate with the project pathpackage.json scripts (test, lint, build)Use ralph_status first to check the overall project state and implementation plan progress.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterExecutes validation pipeline with build, lint, unit/integration tests for Node.js, Rust, Go, Python, Java, Ruby, .NET projects to verify phase outputs and integrity.
Runs lint, type-check, tests, and build checks for Node.js/TS, Python, Rust, Go, Java projects to verify code health after changes.
Executes PRP Ralph loops autonomously: reads .claude/prp-ralph.state.md, assesses plan progress, implements incremental changes, runs full validations until complete.