lint

SkillFiles & storage

Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the lint skill

What this skill tells your AI

The instructions your AI receives, as published by ratacat/claude-skills in skills/lint/SKILL.md and read by ahel’s review.

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 standardrb for checking, bundle exec standardrb --fix for auto-fixing
    • For ERB templates: bundle exec erblint --lint-all for checking, bundle exec erblint --lint-all --autocorrect for auto-fixing
    • For security: bin/brakeman for vulnerability scanning
  3. Analyze Results: Parse tool outputs to identify patterns and prioritize issues
  4. Take Action: Commit fixes with style: linting

Signals

GitHub stars
53
Forks
9
Last commit
Feb 2026
Advanced
Catalog kind
skill
Gateway key
lint-ratacat
Source
github.com/ratacat/claude-skills