super-review:audit-self

Audit super-review findings against PR merge outcomes and propose configuration edits.

Updated May 15, 2026
One-click install
npx skills add https://github.com/mattnowdev/super-review --skill super-review-audit-self
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: super-review:audit-self
Source: https://github.com/mattnowdev/super-review/tree/main/skills/audit-self
Command: npx skills add https://github.com/mattnowdev/super-review --skill super-review-audit-self

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents super-review from repeatedly wasting time with false positives or missing real issues by auditing how its findings played out across your team’s actual PR history.

Core Features & Use Cases

  • PR-history self-audit: Aggregates super-review comments across recent PRs in a repository (optionally using cross-PR history memory) and evaluates outcome classifications such as confirmed-by-merge, dismissed, quiet ignore, and outdated-after-merge.
  • Pattern mining and tuning recommendations: Detects high-FP, high-confirm, and quietly-ignored patterns by sub-skill and anti-pattern slug, then proposes concrete configuration changes (including severityOverrides and allow-lists) to reduce noise.
  • Prompt and red-flag evolution: Suggests targeted SKILL.md prompt edits for the relevant sub-skill and recommends new redFlagAddons when recurring real bugs aren’t yet covered.

Quick Start

Ask the AI to audit super-review on the current repository by saying: "Run /super-review:audit-self <repo> and propose .super-review.json and SKILL.md edits based on the last N PRs."

Frequently Asked Questions about super-review:audit-self

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce false positives in automated GitHub PR reviews?

To reduce false positives in GitHub PR reviews, you can audit historical review findings against merge outcomes to identify dismissed or quietly ignored patterns. This allows you to propose configuration overrides and allow-lists that align automated checks with your team's actual codebase conventions.

What is review calibration drift in CI/CD pipelines?

Review calibration drift occurs when automated PR analytics diverge from actual codebase conventions over time. Auditing prior findings against recent merge outcomes detects this drift, enabling targeted prompt edits and severity adjustments to realign automated governance with repository reality.

How do I audit AI code review history to improve prompt tuning?

You can audit AI code review history by aggregating past PR comments and classifying them by merge outcomes like confirmed, dismissed, or outdated. Mining these patterns by sub-skill and anti-pattern slug reveals actionable proposals for SKILL.md prompt edits and new red flag detection rules.

Can I use PR analytics to detect missed positive bugs in our repository history?

Yes, PR analytics can detect missed positive bugs by evaluating review findings against actual repo history. When recurring real bugs are not yet covered by existing checks, the audit recommends new redFlagAddons and targeted prompt edits to expand detection coverage.

What is the best way to configure severity overrides for code review governance?

The best way to configure severity overrides is by mining high false-positive and high-confirm patterns from recent PR history. Analyzing these patterns by anti-pattern slug allows you to generate concrete configuration changes for your JSON settings to reduce noise and focus on real issues.

Why does my automated code review keep flagging the same false positive patterns?

Automated code review keeps flagging the same false positive patterns because its rules lack alignment with your specific team conventions. Auditing prior findings against merge outcomes identifies these recurring patterns, allowing you to apply allow-lists and configuration overrides to stop the noise.