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

Installs
13
GitHub Stars
41
First Seen
Mar 24, 2026
lint — majesticlabs-dev/majestic-marketplace