What problem does it solve?
This Skill reduces the risk of shipping insecure or slow code by reviewing Laravel (back-end) and Angular (front-end) changes against Petrvs standards before merge.
Core Features & Use Cases
- Security review for Laravel: checks authorization, validation, mass assignment, and data exposure risks.
- Security review for Angular: evaluates sanitization, guard usage, and sensitive data exposure.
- Performance review across stacks: identifies N+1 queries, inefficient rendering, and problematic RxJS subscription patterns.
- Petrvs quality alignment: validates architecture patterns (Services/Repositories, Eloquent Resources, SOLID) and front-end structure conventions.
- Use Case: before merging a PR that changes authentication/permissions and introduces new API calls, use the Skill to pinpoint security issues, performance bottlenecks, and missing test coverage.
Quick Start
Ask the skill to review your Petrvs Laravel + Angular diff for security, performance, and standards compliance.