review-process

Deduplicate and reconcile automated reviewer findings using deterministic fingerprinting.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/KevinBrown5280/fun-with-copilot --skill review-process-kevinbrown5280
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-process
Source: https://github.com/KevinBrown5280/fun-with-copilot/tree/main/plugins/adversarial-review/skills/review-process
Command: npx skills add https://github.com/KevinBrown5280/fun-with-copilot --skill review-process-kevinbrown5280

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fingerprint algorithm, reconciliation rules, and report template for the adversarial-review plugin. It provides a reusable process module that ensures stable identity, suppression, and deduplication of findings raised by multiple AI reviewers.

Core Features & Use Cases

  • Exact fingerprint (fp_v1) and occurrence-key (occ_v1) generation for collision-safe suppression and cross-session tracking.
  • Robust normalization, evidence verification, and locator-based matching to anchor findings to code.
  • Suppression, collision handling, and semantic deduplication to produce a concise, debuggable reconciliation set.
  • Support for auto-dismiss of unverifiable evidence and catch-up review scenarios to maintain momentum in long-running debates.

Quick Start

Trigger the adversarial-review workflow to fingerprint findings, verify evidence, and run the cross-model reconciliation and debate process.

Frequently Asked Questions about review-process

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

FAQPage Schema
How do I deduplicate code review findings raised by multiple AI agents?

To deduplicate code review findings from multiple AI agents, this Skill applies deterministic fingerprinting and occurrence-key generation to reconcile findings that drift in wording across cycles. It anchors findings to code using locator-based matching and enforces semantic deduplication rules to produce a concise reconciliation set.

What is a deterministic fingerprinting system for multi-model code review?

A deterministic fingerprinting system for multi-model code review assigns stable identity markers (fp_v1) and occurrence keys (occ_v1) to findings raised by automated reviewers. It ensures collision-safe suppression and cross-session tracking by applying robust normalization, evidence verification, and locator anchoring.

How do I handle conflicting evidence from automated security audit reviewers?

To handle conflicting evidence from automated security audit reviewers, this Skill verifies evidence and can auto-dismiss findings with unverifiable evidence. It supports catch-up review scenarios to maintain momentum in long-running debates by enforcing suppression and collision handling rules.

Can I use this reconciliation process for long-running adversarial review debates?

Yes, you can use this reconciliation process for long-running adversarial review debates. It supports catch-up review scenarios and cross-session tracking via occurrence keys to maintain debate momentum, applying auto-dismiss for unverifiable evidence and enforcing semantic deduplication to suppress drift.

Why do automated reviewer findings drift in wording across review cycles?

Automated reviewer findings drift in wording across review cycles due to non-deterministic generation in multi-agent code review contexts. This Skill solves the drift problem by applying exact fingerprinting, locator anchoring, and semantic deduplication rules to reconcile findings across cycles and sessions.

Do I need any specific dependencies to run the multi-model review reconciliation?

No specific dependencies are required to run the multi-model review reconciliation. This Skill operates as a standalone process module with no external dependencies, enforcing fingerprinting, evidence verification, and deduplication rules directly within the adversarial-review workflow.