About
This skill automates the process of reviewing Ruby and Rails code by analyzing branch diffs against a base branch. It leverages Sandi Metz's rules and SOLID principles to identify architectural weaknesses, detects Rails-specific anti-patterns like N+1 queries, and integrates findings from RubyCritic and SimpleCov. By generating a structured REVIEW.md file complete with VSCode-compatible deep links, it streamlines the pull request process and ensures code quality, security, and test coverage standards are consistently met within the context of your existing codebase architecture.