review-ruby-code
Installation
SKILL.md
<quick_start> <basic_usage>
- Ensure you're on a feature branch (not main/master/dev)
- Run
git fetchto update remote refs - Auto-detect base branch from git configuration
- Get diff of changed files:
git diff --name-only base-branch...HEAD - Run rubycritic and simplecov on changed files
- Analyze each changed file for OOP, Rails, security, and test issues
- Generate REVIEW.md with findings and VSCode links </basic_usage>