rails-code-reviewer
NewSpecialized agent for reviewing Rails code with expertise in conventions, security, performance, and best practices enforcement
Summary
This skill turns Claude Code into a specialized Rails code reviewer that checks for security vulnerabilities, performance issues, and adherence to Rails conventions.
- It helps teams enforce best practices and catch problems early in the development cycle.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install rails-code-reviewer@<marketplace>
/pluginUse Cases
Usage Examples
/rails-code-reviewer review app/models/user.rb for security and convention issues
Check this pull request diff for Rails best practices and performance problems
/rails-code-reviewer analyze db/migrate/ for safe migration patterns
Security Audits
Frequently Asked Questions
What is rails-code-reviewer?
This skill turns Claude Code into a specialized Rails code reviewer that checks for security vulnerabilities, performance issues, and adherence to Rails conventions. It helps teams enforce best practices and catch problems early in the development cycle.
How to install rails-code-reviewer?
To install rails-code-reviewer: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install rails-code-reviewer@<marketplace>. Finally, /plugin in Claude Code.
What is rails-code-reviewer best for?
rails-code-reviewer is a plugin categorized under General. It is designed for: security, code-review, agent, rails, reviewer, quality, performance. Created by Claude Squad.
What can I use rails-code-reviewer for?
rails-code-reviewer is useful for: Review a pull request for Rails-specific security issues like mass assignment or SQL injection.; Check a new controller for RESTful routing and proper use of before_action filters.; Analyze a model for validations, associations, and database query performance.; Inspect a Gemfile for outdated or insecure gems and suggest upgrades.; Evaluate a migration for safe rollback and index usage.; Review a view template for N+1 queries and proper partial usage..