What problem does it solve?
Provides a single, structured assessment for Ruby/Rails/Grape repositories that identifies architecture, security, performance, testing, and operational risks which are often missed by unit tests or ad hoc reviews.
Core Features & Use Cases
- Architecture Analysis: Evaluate service boundaries, coupling, cohesion, and directory organization to surface boundary violations and "god" services.
- Security & Authorization Checks: Highlight authorization gaps, dangerous patterns, and recommended use of scanners and secure coding practices.
- Performance & Query Quality: Detect N+1 risks, missing preloads, and index-related issues and offer remediation guidance.
- Test Quality & Flake Risk: Assess coverage, flaky patterns, and test configuration to ensure reliable CI feedback.
- Scoring & Remediation: Produce weighted scores across categories with concrete deductions and an overall grade to prioritize fixes.
- Use Case: Run a full repository health assessment before a major release or architecture refactor to surface high-impact risks and an action plan.
Quick Start
Run the rb:audit skill at the repository root to generate a scored, multi-category audit and actionable remediation guidance.