baseline-check

Run RuboCop and RSpec checks against previous baselines to detect regressions.

5|1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/spiralhouse/vagrant-orbstack-provider --skill baseline-check-spiralhouse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baseline-check
Source: https://github.com/spiralhouse/vagrant-orbstack-provider/tree/main/.claude/skills/baseline-check
Command: npx skills add https://github.com/spiralhouse/vagrant-orbstack-provider --skill baseline-check-spiralhouse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bundler, rubocop, rspec, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of tracking code quality, preventing regressions from slipping into your codebase. It ensures consistent standards and provides immediate feedback, saving you time and reducing the complexity of maintaining a healthy project.

Core Features & Use Cases

  • Automated Quality Checks: Runs RuboCop (Ruby style/lint) and RSpec (test suite) automatically.
  • Regression Detection: Compares current code metrics against previous baselines to identify improvements or regressions.
  • Actionable Feedback: Provides clear reports on code health, highlighting issues and recommending fixes.
  • Use Case: Before committing your changes, use this Skill to automatically verify that no new style violations or test failures have been introduced, ensuring your code always meets quality standards.

Quick Start

Run a baseline quality check on the current branch and report any regressions or improvements.