What problem does it solve?
Reviewing changes to the Biome toolchain requires deep knowledge of its crates, workspace execution model, and contribution process, and mistakes like unsafe fixes, missing registrations, or workspace races are easy to miss in manual review.
Core Features & Use Cases
- Scoped Static Review: Reviews a PR, branch, commit range, diff, or working tree against the correct merge base without editing files or running project code.
- Subsystem-Aware Checks: Routes diffs to targeted references covering lint rules, parsers, formatters, diagnostics, type inference, Rust safety, and workspace access.
- Structured Findings Report: Returns severity-tagged findings (high/medium/low/optional) with file locations, triggers, impact, and remediation direction, plus changeset and branch-target status.
- Use Case: A maintainer asks for a review of PR #1234 in biomejs/biome; the skill reads the diff, inspects affected callers and tests, and reports a high-severity incorrect safe fix with a minimal remediation direction.
Quick Start
Review the changes in PR 1234 of the biome repository and report any correctness, safety, or process findings.