What problem does it solve?
Manual code reviews before pull requests are time-consuming, inconsistent, and often miss critical issues like security vulnerabilities, architecture violations, or non-compliant coding patterns, leading to production bugs, rework, and delayed releases.
Core Features & Use Cases
- Comprehensive Diff Analysis: Reviews all changes between the current feature branch and main, covering architecture boundaries, coding standards, OWASP Top 10 security, NATS event patterns, and test coverage.
- Severity-Ranked Feedback: Organizes findings into Critical, Important, and Suggestions categories with exact file/line references and actionable fix recommendations.
- Use Case: A developer building a new agent feature in the Swiss AI-Hub core stack can run this skill before opening a PR to automatically catch cross-scope import violations, missing permission checks, and non-compliant event naming, reducing back-and-forth with senior reviewers.
Quick Start
Use the review-diff skill to review all changes on your current feature branch against main before opening a pull request.