Last commit on March 27, 2026·Created on January 9, 2026
thoughtbot/rails-audit-thoughtbot
“Audits Rails codebases against the patterns that age well.”
Combined rank
#393
across all skills
In Code Quality
#10
category rank
Stars
230
+0.4% in last 7d
Forks
13
+8.3% in last 7d
Watchers
0
0 watchers in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of real attention, adoption, and active maintenance.
This skill runs a structured audit of Ruby on Rails applications using thoughtbot's internal best practices from Ruby Science and Testing Rails. It checks testing coverage with RSpec, flags security issues like SQL injection and mass assignment, reviews model and controller design, and rates each finding from critical to low severity. The result is a project report that helps Rails developers, team leads, and security reviewers catch regressions before they reach production, without relying on a human reviewer reading every file.