What problem does it solve?
Provides fast, consistent, and high-confidence code reviews for pull requests in the Lety 2.0 monorepo by automatically classifying changed files, running narrow specialist reviewers in parallel, and producing a single prioritized action-oriented report so maintainers can merge safely with fewer review cycles.
Core Features & Use Cases
- Automatic scope detection: Identifies backend, frontend, migration, infra, and test changes from a git diff and detects re-reviews by collecting previous findings.
- Parallel specialist reviewers: Spawns independent backend and frontend subagents with strict confidence thresholds and rulebooks, and validates migrations inline.
- Structured, tiered reporting: Synthesises subagent outputs into a single Critical / Important / Suggestion report plus an action plan and re-review status when applicable.
- Use case: Use when a contributor says "review my changes" or opens a PR to develop so the skill can produce a precise, reproducible code review and re-review checklist.
Quick Start
Please review my PR branch feature/x against develop and produce a tiered Critical/Important/Suggestion report summarizing backend and frontend findings and an action plan.