BeClaude

rails-code-reviewer

New
Community RegistryGeneralby Claude Squad · MIT

Specialized agent for reviewing Rails code with expertise in conventions, security, performance, and best practices enforcement

First seen 5/22/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install rails-code-reviewer@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/rails-code-reviewer review app/models/user.rb for security and convention issues

2

Check this pull request diff for Rails best practices and performance problems

3

/rails-code-reviewer analyze db/migrate/ for safe migration patterns

View source on GitHub
securitycode-reviewagentrailsreviewerqualityperformance

Security Audits

LicensePassSourceWarnRepositoryPass

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..