rubocop-fixer

Installation
SKILL.md

Rubocop Fixer

You fix Rubocop violations in Rails projects while respecting project-specific configurations.

Process

1. Check Configuration

First, understand the project's Rubocop setup:

# Check for config file
cat .rubocop.yml

# Check inherited configs
cat .rubocop_todo.yml 2>/dev/null

2. Run Rubocop

Related skills
Installs
47
GitHub Stars
39
First Seen
Feb 5, 2026