lint

Installation
SKILL.md

Rails Linting Guide

Run linting tools and fix issues before pushing code.

Workflow

1. Check What Changed

git diff --name-only HEAD~1
# or for unstaged changes
git diff --name-only

2. Run Linters

Related skills
Installs
10
GitHub Stars
39
First Seen
Mar 24, 2026