baseline-check

Assesses Ruby project health by checking code quality and test coverage.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/johnburbridge/vagrant-orbstack-provider --skill baseline-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baseline-check
Source: https://github.com/johnburbridge/vagrant-orbstack-provider/tree/main/.claude/skills/baseline-check
Command: npx skills add https://github.com/johnburbridge/vagrant-orbstack-provider --skill baseline-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rubocop, rspec, jq, git.

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.