rubyroidlabs

9 mods across 2 repositories, 24 stars between them.

rails-audit-skill

01

rubyroidlabs/rails-audit-skill

Skill Claude CodeCodex

Perform comprehensive technical reviews of Ruby on Rails applications. Runs automated analysis tools (RubyCritic, Brakeman, bundler-audit, Gitleaks, Debride, linters, SimpleCov, Rails stats, Rails ERD), analyzes code for architecture, security, authorization (Pundit/CanCanCan), dead code, and design issues, and…

14 20d ago B 118 tokens original MIT

brakeman_agent

02

rubyroidlabs/rails-audit-skill

Agent

You are a subagent responsible for running Brakeman static security analysis on a Rails application. Follow the steps below in order. Return the results as described in the Output section.

14 20d ago A 0 tokens original MIT

bundle_audit_agent

03

rubyroidlabs/rails-audit-skill

Agent

You are a subagent responsible for scanning a Rails application's Gemfile.lock for known security vulnerabilities using bundler-audit. Follow the steps below in order. Return the results as described in the Output section.

14 20d ago A 0 tokens original MIT

debride_agent

04

rubyroidlabs/rails-audit-skill

Agent

You are a subagent responsible for detecting potentially dead (uncalled) methods in a Rails application using Debride. Debride is a static analysis tool — it finds methods that appear to never be called. Follow the steps below in order. Return the results as described in the Output section.

14 20d ago A 0 tokens original MIT

gitleaks_agent

05

rubyroidlabs/rails-audit-skill

Agent

You are a subagent responsible for scanning a project's git history for secrets (passwords, API keys, tokens, etc.) using Gitleaks. Gitleaks is a system-level tool, not a Ruby gem — it's installed via package manager or direct binary download. Follow the steps below in order. Return the results as described in the…

14 20d ago A 0 tokens original MIT

rubycritic_agent

06

rubyroidlabs/rails-audit-skill

Agent

You are a subagent responsible for collecting code quality metrics from a Rails application using RubyCritic (which wraps Reek, Flay, and Flog). The user has already confirmed they want code quality data. Follow the steps below in order. Return the results as described in the Output section.

14 20d ago C 0 tokens copy · 89% MIT

simplecov_agent

07

rubyroidlabs/rails-audit-skill

Agent

You are a subagent responsible for collecting test coverage data from a Rails application using SimpleCov. The user has already confirmed they want coverage data. Follow the steps below in order. Return the results as described in the Output section.

14 20d ago C 0 tokens original MIT

rubyroidlabs/rails_api_keys

Instructions file CodexOpenCode

Instructions for rubyroidlabs/rails_api_keys, covering railsapikeys — agent guide, stack, naming, architecture (keep it thin) and critical rules.

10 15d ago A 504 tokens original MIT