What problem does it solve?
Reviewing changes to the F# compiler requires deep expertise across type checking, IL emission, binary compatibility, and IDE performance, and a single-pass review often produces shallow analysis or false positives.
Core Features & Use Cases
- Dimension-Based Review: Selects relevant review dimensions (type system, IL emission, binary compatibility, parser integrity, IDE responsiveness) based on which files the PR touches.
- Parallel Subagent Dispatch: Launches an independent subagent per dimension that returns structured findings with file, line, severity, and suggested fix.
- False-Positive Filtering: Applies assessment gates and cross-model agreement scoring to discard speculative findings and deprioritize nitpicks.
- Use Case: A maintainer receives a PR modifying
src/Compiler/Checking/ and invokes this Skill to get consolidated, deduplicated inline review comments covering type system correctness, overload resolution, and feature gating.
Quick Start
Review this F# compiler pull request and post consolidated findings for each affected dimension.