baseline-check

Community

Automate code quality, detect regressions.

Authorjohnburbridge
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

rubocoprspecjqgit

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: baseline-check
Download link: https://github.com/johnburbridge/vagrant-orbstack-provider/archive/main.zip#baseline-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository