thoughtbot

17 mods across 2 repositories, 266 stars between them.

thoughtbot/rails-audit-thoughtbot

Skill Claude CodeCodex

Perform comprehensive code audits of Ruby on Rails applications based on thoughtbot best practices. Use this skill when the user requests a code audit, code review, quality assessment, or analysis of a Rails application. The skill analyzes the entire codebase focusing on testing practices (RSpec), security…

244 11d ago B 130 tokens original MIT

rubycritic_agent

02

thoughtbot/rails-audit-thoughtbot

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.

244 11d ago C 0 tokens original MIT

simplecov_agent

03

thoughtbot/rails-audit-thoughtbot

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.

244 11d ago C 0 tokens original MIT

rails-consultant

05

thoughtbot/rails-consultant

Plugin Claude Code

A collection of skills for Rails development and consulting, with an emphasis on learning, communication, and client success.

22 1mo ago A tokens not measured original MIT

challenge

06

thoughtbot/rails-consultant

Skill Claude CodeCodex

Pressure-test an assumption, decision, or inherited constraint — Socratic cross-examination that forces you to defend or abandon your position.

22 1mo ago A 28 tokens original MIT

explain

07

thoughtbot/rails-consultant

Skill Claude CodeCodex

Explain what a piece of code does — a specific file, class, or method in close detail, or a user-facing flow as a concise system overview. What it does and why, not whether it's good.

22 1mo ago A 45 tokens original MIT

feature-dev

08

thoughtbot/rails-consultant

Skill Claude CodeCodex

Take one new feature slice from idea to reviewed, committed code in a single guided pass — scope it into the smallest shippable slice, build it test-first with strict TDD, review and fix the diff, then commit it. Chains slice → test-driven-development → the built-in /code-review → git-commit. Not for reviewing an…

22 1mo ago A 83 tokens original MIT

git-commit

09

thoughtbot/rails-consultant

Skill Claude CodeCodex

Turn the working changes into one or more atomic commits with well-written messages. Use whenever the user runs /git-commit or asks to commit their work, wrap up a feature, or "commit what I have.".

22 1mo ago A 47 tokens original MIT

hard-news

10

thoughtbot/rails-consultant

Skill Claude CodeCodex

Prepare to deliver difficult technical news to a client — a conversational prep session before the hard conversation happens.

22 1mo ago A 22 tokens original MIT

offboard

11

thoughtbot/rails-consultant

Skill Claude CodeCodex

Walk through the Designer/Developer wrap-up checklist for offboarding a client engagement — conversationally, one item at a time.

22 1mo ago A 28 tokens original MIT

prior-art

12

thoughtbot/rails-consultant

Skill Claude CodeCodex

Discover how a codebase already handles a specific concern — search broadly, find every instance, and assess consistency. The "how does this app do X?" tool.

22 1mo ago A 36 tokens original MIT

rubber-duck

13

thoughtbot/rails-consultant

Skill Claude CodeCodex

Think out loud about a problem, decision, or approach — Socratic friction to help you find clarity, not sympathy.

22 1mo ago A 29 tokens original MIT

slice

14

thoughtbot/rails-consultant

Skill Claude CodeCodex

Turn a feature into well-defined, independently shippable slices — whether it's an epic that needs breaking apart or a single story that needs sharpening into a job story.

22 1mo ago A 34 tokens original MIT

socratic-review

15

thoughtbot/rails-consultant

Skill Claude CodeCodex

Socratic code review and refactoring session — whether it's your own code, a teammate's PR, or something you inherited. Leads you to see the issues through questions, names smells and moves precisely, then closes with a concrete plan.

22 1mo ago A 51 tokens original MIT

standup

16

thoughtbot/rails-consultant

Skill Claude CodeCodex

Write a client update — identify what was done, what's next, and surface risks before they become surprises. End of day, start of day, or end of week.

22 1mo ago A 37 tokens original MIT

thoughtbot/rails-consultant

Skill Claude CodeCodex

Strict red-green-refactor TDD workflow for implementing features, fixing bugs, or changing behavior in Rails applications. Enforces the discipline of writing a failing test before any production code. Use whenever you want to implement with TDD — whether a new feature, a bugfix, a refactor, or any behavior change.

22 1mo ago A 68 tokens original MIT