test

Validate Ruby artifacts with gem checks, bundler installs, and convention scans.

Updated May 11, 2026
One-click install
npx skills add https://github.com/b08x/rubysmithingV1 --skill test-b08x
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/b08x/rubysmithingV1/tree/main/skills/test
Command: npx skills add https://github.com/b08x/rubysmithingV1 --skill test-b08x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rubysmithing artifacts often fail due to missing gems, broken dependency resolution, or convention violations, and manual checking wastes time and delays feedback.

Core Features & Use Cases

  • Automated verification of targets: Validates a single file, a directory (scanning for Gemfiles/features and Ruby files), or a Gemfile/.gemspec to confirm the project is testable and consistent.
  • Dependency and convention checks: Performs gem existence validation, runs an isolated bundle install, detects version conflicts, and scans conventions via rubocop.
  • Optional integration testing: Runs Cucumber scenarios when a features/ directory is present to catch behavioral issues early.

Quick Start

Ask the Sovereign to run the test skill against your Gemfile (or a project directory) so it returns a PASS/FAIL verification report with clear issues to retry.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a Ruby gem dependency resolution and check conventions automatically?▼

Verify Ruby gem dependencies and conventions automatically by running isolated bundler installs, checking gem availability, and scanning with rubocop to produce a structured PASS/FAIL verification report.

What is the best way to run Cucumber integration tests for a Ruby project directory?▼

Run Cucumber integration tests for Ruby projects by scanning a directory for a features/ folder and automatically executing scenarios to catch behavioral issues early during artifact verification.

How do I validate a Gemfile or gemspec for missing gems and version conflicts?▼

Validate a Gemfile or gemspec by performing gem existence checks and isolated bundle installs to detect missing gems or version conflicts, returning explicit issues for builder retry.

Can I use rubocop to scan Ruby artifacts for convention violations before issuing an audit verdict?▼

Rubocop scans Ruby artifacts for convention violations automatically, detecting inconsistencies before an auditor issues a verdict, ensuring generated code meets required standards.

Why does my Ruby project bundler install fail when verifying generated artifacts?▼

Ruby project bundler installs fail during artifact verification when gems are missing or version conflicts exist, producing a FAIL report that routes explicit issues for builder retry.

When should I run automated verification checks on rubysmithing-generated Ruby code?▼

Run automated verification checks on rubysmithing-generated Ruby code after a builder produces output and before an auditor issues a verdict to confirm the project is testable and consistent.