What problem does it solve?
This Skill automates the tedious and error-prone process of manually checking code quality and test coverage, ensuring your codebase remains healthy and free of regressions throughout the development lifecycle. It helps developers maintain high standards without constant manual oversight, allowing you to focus on innovation.
Core Features & Use Cases
- Automated Quality Checks: Runs industry-standard tools like RuboCop (Ruby style/lint) and RSpec (test suite) to assess code health.
- Baseline Tracking: Establishes initial quality baselines and continuously compares current metrics against them, providing a historical view of code quality.
- Regression Detection: Automatically identifies new style offenses, test failures, or other quality degradations, flagging issues early.
- Actionable Feedback: Provides clear, concise reports with recommendations for addressing any detected issues, guiding you to quick resolutions.
- Use Case: Before starting a new feature, use this Skill to establish a clean baseline. After implementing your changes, run it again to automatically detect any new style offenses or failing tests, ensuring you only commit high-quality code.
Quick Start
Run a baseline quality check on the current project to assess code quality and test coverage.