verify-issue

Automate adversarial verification of remediation issues with PASS/FAIL verdicts.

6|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/kubuszok/sge --skill verify-issue
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: verify-issue
Source: https://github.com/kubuszok/sge/tree/main/.claude/skills/verify-issue
Command: npx skills add https://github.com/kubuszok/sge --skill verify-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the adversarial verification process for remediation issues, providing a binary PASS/FAIL verdict on whether a reported issue has been successfully resolved.

Core Features & Use Cases

  • Adversarial Verification: Conducts thorough checks to validate the resolution of issues.
  • Binary Verdict: Provides a clear PASS or FAIL result for each issue.
  • Use Case: When an issue is reported, use this Skill to automatically verify the fix, ensuring that it addresses the problem without introducing new issues.

Quick Start

Use the verify-issue skill to audit the fix for issue ISS-001.

Frequently Asked Questions about verify-issue

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

FAQPage Schema
How do I verify a remediation issue is actually resolved in my codebase?โ–ผ

Adversarial verification of a remediation issue requires checking red-commit integrity, proof-of-red, fidelity, differential, and running a cheat sweep to provide a binary PASS/FAIL verdict on the fix.

What is adversarial testing for issue tracking and how does it work?โ–ผ

Adversarial testing for issue tracking validates code fixes by running mutation spot-checks, sentence checks, and ratchet tests to ensure the reported issue is resolved without introducing new problems.

Can I automate code audit checks to verify a fix without introducing new issues?โ–ผ

Yes, automating code audit checks validates the fix across platforms, runs a cheat sweep to detect regressions, and recommends new issues if the resolution introduces additional vulnerabilities.

Do I need access to the source code and test suite to verify an issue resolution?โ–ผ

Yes, issue verification requires full access to the project's source code and test suite to perform differential checks, mutation spot-checks, and validate red-commit integrity accurately.

What's the best way to perform an automated code audit on a resolved issue?โ–ผ

The best way to audit a resolved issue is automating adversarial checks like proof-of-red, fidelity validation, and ratchet testing to output a clear PASS/FAIL verdict on the remediation.

Why does my issue verification fail even after the reported problem is fixed?โ–ผ

Issue verification can fail due to incomplete proof-of-red, failed fidelity or differential checks, or when a cheat sweep detects that the fix introduces new issues into the codebase.