محللو ضمان جودة البرمجيات والمختبرون Audit a pull request's claims against the actual evidence BEFORE you ship it. Use this skill when the user says "review my PR", "check my PR description", "is this PR ready", "any overclaims", "audit this PR", "honest oracle", or is about to run `gh pr create` / `gh pr edit` / a commit-push-PR flow. It reads the PR description and commit messages, extracts every factual claim (what was tested, performance, parity, file counts, platform/OS coverage, "verified", "unchanged", "no regressions", specific numbers), VERIFIES the cheap and safe ones by actually running them, and flags the rest as unsubstantiated with the exact command or reword that would fix them. This is the gate that catches the description-vs-diff overclaims that automated PR reviewers (Sage/CodeRabbit/PR-Agent) and sharp human reviewers reject. It reviews CLAIMS, not code quality — for bug-hunting use a dedicated code reviewer instead.
2026-06-16