What problem does it solve?
Submitting skill pull requests with undetected issues leads to long review cycles, rejected PRs, and wasted maintainer time. Manual self-reviews often miss correctness errors, outdated documentation links, and structural compliance gaps that reviewers routinely flag.
Core Features & Use Cases
- 3-Model Parallel Review: Runs three independent reviews across different AI models to reduce the ~40% false-positive rate common in single-pass reviews.
- Cross-Verification Against Microsoft Learn: All findings are validated against official Microsoft documentation to eliminate incorrect flags and ensure accuracy.
- Consolidated Actionable Findings: Merges, deduplicates, and prioritizes issues into a clear list for you to fix before pushing, avoiding review ping-pong.
- Use Case: If you are submitting a skill PR for a Microsoft Fabric analytics tool, run this skill after local pre-PR checks to catch API path errors, deprecated documentation URLs, and governance rule violations before a maintainer reviews your work.
Quick Start
Use the pre-pr-review skill to run a cross-verified self-review of your skill PR before submitting it for maintainer review.