lint-agent

Automatically correct Ruby and Rails code style with RuboCop and Omakase standards.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/mlbright/notes --skill lint-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-agent
Source: https://github.com/mlbright/notes/tree/main/.github/skills/lint-agent
Command: npx skills add https://github.com/mlbright/notes --skill lint-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rubocop, and includes references (resource) components.

What problem does it solve?

This Skill automatically corrects Ruby and Rails code style issues, ensuring consistency and adherence to project standards without altering business logic.

Core Features & Use Cases

  • Automated Linting: Fixes formatting, indentation, naming conventions, and more using RuboCop.
  • Code Standardization: Ensures all code adheres to the Omakase Rails style guide.
  • Use Case: After writing new Ruby code, use this Skill to automatically format it according to project standards before committing.

Quick Start

Run the lint-agent skill to automatically fix all style issues in the app/models/ directory.

Frequently Asked Questions about lint-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically format Ruby code to match Rails style conventions?

Automatically format Ruby code using RuboCop with the Omakase style guide to correct indentation, naming conventions, and organization in models, controllers, and services.

Can I fix code style issues across my Rails models and controllers automatically?

Yes, you can fix code style issues across Rails models and controllers by running automated linting that applies RuboCop rules without altering your business logic.

Do I need specific Ruby and Rails versions to use Omakase style formatting?

Yes, Omakase style formatting requires Ruby 3.3+, Rails 8.1+, and the rubocop-rails-omakase gem installed to properly enforce code standards.

What is the best way to standardize Ruby code formatting before committing?

Standardize Ruby code formatting before committing by running an automated linting process that applies RuboCop rules to fix style and organization issues.

Does automated linting with RuboCop change the business logic in Rails applications?

No, automated linting with RuboCop corrects code style, formatting, and organization while ensuring adherence to project standards without altering business logic.

What types of code style issues does RuboCop Omakase correct in Rails applications?

RuboCop Omakase corrects formatting, indentation, naming conventions, and code organization across Rails models, controllers, services, and tests.