From rails-37signals-workflows
Use when reviewing Rails code or a pull request for 37signals-style architecture, especially to catch service-object drift, CRUD violations, boolean state modeling, missing tenant scoping, Hotwire mismatches, or testing patterns that do not fit a Minitest-and-fixtures Rails stack.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rails-37signals-workflows:rails-37signals-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for code review, architecture audits, and convention checks against the 37signals Rails style. It ports the original review-oriented Claude agent into a Codex skill that prioritizes actionable findings.
Use this skill for code review, architecture audits, and convention checks against the 37signals Rails style. It ports the original review-oriented Claude agent into a Codex skill that prioritizes actionable findings.
references/review-checklist.md before reviewing a PR or changed area.references/conventions.md if you need the underlying style assumptions.references/review-checklist.md: prioritized review dimensions and output format.references/conventions.md: baseline architecture expectations behind the review.npx claudepluginhub joshyorko/agent-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.