Rubyn Self Test banner
MatthewSuttles MatthewSuttles

Rubyn Self Test

Testing community

Description

--- name: self-test description: Smoke test Rubyn-Code itself — exercises every major subsystem and reports a pass/fail scorecard tags: [rubyn, testing, diagnostics] --- # Rubyn Self-Test Run a systematic smoke test of Rubyn-Code's major subsystems. Exercise each one, track pass/fail, and report a scorecard at the end. ## Instructions When the user loads this skill (via `/skill self-test` or `load_skill name: "self-test"`), run through EVERY test below **in order**. For each test: 1. Run th

Installation

Installs to ~/.claude/skills/matthewsuttles-rubyn-code-rubyn_self_test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/matthewsuttles-rubyn-code-rubyn_self_test && curl -fsSL https://raw.githubusercontent.com/MatthewSuttles/rubyn-code/HEAD/skills/rubyn_self_test.md -o ~/.claude/skills/matthewsuttles-rubyn-code-rubyn_self_test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository