Quality assurance for Ruby on Rails projects — linting, testing, and code review. Use after creating or modifying any Ruby file — controllers, models, commands, services, jobs, tests, or any other .rb file. Proactively run this whenever Ruby files are touched, even if the user doesn't explicitly ask for it. Also use when the user mentions "rubocop", "lint", "style", "autocorrect", "code quality", "code review", "QA", or "review my code".
$npx -y skills add mattsears/rails-cto --skill rails-cto-qaInstalls into the current project.
Run `npx skills use "https://github.com/mattsears/rails-cto" --skill "mattsears/rails-cto/rails-cto-qa"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mattsears/rails-cto" that are relevant to the current task. Run `npx skills add "https://github.com/mattsears/rails-cto"` and select the relevant skills, then follow their instructions.