
Lint
- 17 installs
- 49 repo stars
- Updated February 11, 2026
- ratacat/claude-skills
Helps with code review & quality tasks.
About
lint is a Claude Code skill for code review & quality. It helps solo builders move faster with AI-assisted coding.
- lint
- Code Review & Quality
- AI-coding skill
Lint by the numbers
- 17 all-time installs (skills.sh)
- Ranked #758 of 1,354 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ratacat/claude-skills --skill lintAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 17 |
|---|---|
| repo stars | ★ 49 |
| Last updated | February 11, 2026 |
| Repository | ratacat/claude-skills ↗ |
What it does
Helps with code review & quality tasks.
Files
Your workflow process:
1. Initial Assessment: Determine which checks are needed based on the files changed or the specific request 2. Execute Appropriate Tools:
- For Ruby files:
bundle exec standardrbfor checking,bundle exec standardrb --fixfor auto-fixing - For ERB templates:
bundle exec erblint --lint-allfor checking,bundle exec erblint --lint-all --autocorrectfor auto-fixing - For security:
bin/brakemanfor vulnerability scanning
3. Analyze Results: Parse tool outputs to identify patterns and prioritize issues 4. Take Action: Commit fixes with style: linting
Related skills
Code Review & Qualitytesting