rb:quick

Inspect, fix, and verify small code changes under 20 lines.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rb:quick
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/plugins/ruby-grape-rails/skills/quick
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when making trivial one-line fixes, typos, and tiny config changes. Skips the planning ceremony — just inspect, fix, verify. Use for obvious changes under ~20 lines.

Core Features & Use Cases

  • Inspect the code path first
  • Implement directly
  • Verify with a minimal check to ensure correctness
  • Use for typos, tiny config tweaks, or one-liner improvements in small modules

Quick Start

Inspect the target file, apply the small, local fix directly, and verify the change with the narrowest necessary check.

Frequently Asked Questions about rb:quick

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

FAQPage Schema
How do I apply quick code fixes for typos in Ruby on Rails without a full planning phase?

To apply quick code fixes for typos in Ruby on Rails, you can use a workflow that skips planning and directly inspects, fixes, and verifies changes under ~20 lines. This ensures fast, safe, and deterministic local edits.

What is the best way to handle tiny configuration changes in Grape API files?

The best way to handle tiny configuration changes in Grape API files is using a minimal workflow that inspects the target file, applies the local fix directly, and verifies with the narrowest necessary check.

Can I use a fast one-liner fix workflow for small edits in Ruby on Rails?

Yes, you can use a fast one-liner fix workflow for small edits in Ruby on Rails. It is designed for obvious changes under ~20 lines, enforcing a narrow, deterministic process without a full planning ceremony.

Does the quick-fix workflow require a full test suite to verify tiny code edits?

No, the quick-fix workflow does not require a full test suite. It requires only a minimal test or verification step to ensure correctness for small edits and tiny configuration changes.

When should I avoid using a direct code-edit workflow for Ruby on Rails modifications?

You should avoid using a direct code-edit workflow for Ruby on Rails modifications when the change exceeds ~20 lines or requires a broader planning ceremony rather than a trivial typo fix or tiny config tweak.