wk-workstyle-ruby
Installation
SKILL.md
Workstyle — Ruby
Enforces Ruby naming, file, control-flow, enumerable, exception, and comment
idioms on every Ruby file the agent touches. Part of the wk-workstyle family.
Project settings are authoritative — this skill fills gaps only, never
overrides. When a linter/formatter config governs a rule below, that config
wins; see wk-workstyle Step 0 for the project-style-authority probe.
When to Use
Auto-invoked whenever the agent writes or edits a .rb file or a bin script
loaded as Ruby. Trigger contexts:
- Writing or editing a
.rbfile. - Editing a
bin/script loaded as Ruby (shebang#!/usr/bin/env rubyor similar). - Adding or refactoring Ruby methods, control flow, or exception handling.
Manual: /wk-workstyle-ruby scan (full working tree) · /wk-workstyle-ruby check <path> (one file).