rb:verify
Installation
SKILL.md
Verify Ruby Work
Run verification in priority order, stopping at the first failure. Each step must pass before proceeding to the next.
Iron Laws
- Never commit with failing tests.
- Never skip security scans on public-facing code.
- Always verify autoloading after structural changes.
- Never ignore Zeitwerk check failures.