One-click install
npx skills add https://github.com/SeaBrad72/sparkwright --skill review-seabrad72
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/SeaBrad72/sparkwright/tree/main/skills/review
Command: npx skills add https://github.com/SeaBrad72/sparkwright --skill review-seabrad72

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates superficial code reviews by enforcing an adversarial, evidence-based process that ensures only high-quality, verified changes are merged into production.

Core Features & Use Cases

  • Adversarial Verification: Requires the reviewer to attempt to refute findings, ensuring only substantiated bugs are reported.
  • Confidence-Based Filtering: Prioritizes critical and important issues over minor stylistic nitpicks to maintain signal clarity.
  • Use Case: Use this skill during the pull request phase to ensure that a new feature implementation meets security standards and passes all defined CI quality gates before human approval.

Quick Start

Invoke the review skill to perform an adversarial analysis of the current diff and provide a verdict of either approve or needs-fixes.

Frequently Asked Questions about review

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

FAQPage Schema
What is adversarial code review and how does it verify pull requests?

Confidence-based filtering prioritizes critical and important issues over minor stylistic nitpicks to maintain signal clarity. By focusing on high-confidence findings, the review process ensures developers address substantial bugs and security flaws instead of getting distracted by trivial style issues.

How do I automate quality gates for incremental changes in an agentic SDLC?

You automate quality gates by invoking an adversarial review skill during the pull request phase to analyze incremental changes. The skill systematically evaluates diffs against security and quality rubrics, providing a confidence-based verdict of approve or needs-fixes before human approval.

Can I use automated code review for incremental diffs without relying on superficial checks?

Yes, you can use adversarial code review to eliminate superficial checks by enforcing an evidence-based process. The reviewer attempts to refute findings, ensuring only high-quality, verified changes that pass defined CI quality gates are merged into production.

What is the best way to ensure pull request adherence to development standards?

The best way to ensure adherence to development standards is performing rigorous, adversarial code reviews. This process systematically evaluates pull request diffs against established security and quality rubrics, applying confidence-based reporting to filter out unsubstantiated findings.

How does confidence-based reporting work in code review?

Confidence-based reporting in code review filters findings by prioritizing critical and important issues over minor stylistic nitpicks. This maintains signal clarity by ensuring only substantiated bugs, verified through adversarial refutation attempts, are reported to the developer.