What problem does it solve? Catching bugs, security vulnerabilities, and performance regressions before code is merged is time-consuming and error-prone when done manually. This Skill automates structured code review of your current git changes, delivering prioritized, actionable feedback with file and line references. ## Core Features & Use Cases - Diff-Based Analysis: Reads staged and unstaged changes via git diff, status, and log to understand exactly what changed and why. - Prioritized Issue Reporting: Classifies findings into Critical (security, data loss, breaking changes), Important (bugs, performance, error handling), and Suggestions (readability, patterns). - Shopify-Aware Checks: Applies additional review rules for Shopify apps, including authentication, webhook HMAC validation, GraphQL query cost, and GDPR webhooks. - Use Case: Before opening a pull request, run the review to catch a missing await, an N+1 query, or an exposed secret in your diff, then fix issues with the concrete remediation steps provided. ## Quick Start Ask the assistant to review my current code changes for bugs, security issues, and performance problems.