.claude/skills/setup-review/SKILL.md
Review .ralph/config.json against the actual project and fix mismatches.
npx skillsauth add allierays/agentic-loop .claude/skills/setup-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review .ralph/config.json and validate every setting against what actually exists in this project. Fix anything that's wrong.
Read .ralph/config.json, then check each section against the real project files:
1. commands.dev — Does the dev command make sense?
package.json scripts, pyproject.toml, Makefile, etc.urls.* / api.baseUrl consistent with the dev command?2. commands.install — Matches the actual package manager?
uv.lock → uv sync, poetry.lock → poetry install, pnpm-lock.yaml → pnpm install, yarn.lock → yarn install, package-lock.json → npm install, requirements.txt → pip install -r requirements.txt3. checks.test / tests.* — Does the test runner exist?
tests.directory exists on disk4. checks.lint — Is the linter installed?
5. urls.* / api.baseUrl — Correct ports?
6. paths.* / tests.directory — Do these directories exist?
7. playwright.* — Is Playwright actually set up?
@playwright/test is in package.json or playwright is pip-installedplaywright.testDir exist?playwright.enabled to false8. migrations.* — Matches the actual migration tool?
prisma/ → prisma, alembic/ or alembic.ini → alembic, migrations/ + manage.py → Django, priv/repo/migrations → Ecto9. Python projects — Correct package manager?
uv.lock exists → commands should use uv runpoetry.lock exists → commands should use poetry runpip / pythonEdit .ralph/config.json directly to correct any mismatches.
Print a short summary. For each section, one line:
Keep it conversational — explain what each setting does in plain language so the user understands their config.
tools
Show complete reference for all agentic-loop commands (slash commands, Ralph CLI, vibe CLI).
data-ai
Quick reference cheatsheet for all agentic-loop commands including Ralph.
development
Run a comprehensive code quality check looking for common patterns that AI coding agents introduce.
development
Take an interactive tour of agentic-loop - the system for going from idea to shipped code with AI.