@howaboua/pi-skill-adversarial-qa

Pi skill package for adversarial-qa.

Packages

Package details

skill

Install @howaboua/pi-skill-adversarial-qa from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@howaboua/pi-skill-adversarial-qa
Package
@howaboua/pi-skill-adversarial-qa
Version
0.0.1
Published
Jul 16, 2026
Downloads
344/mo · 36/wk
Author
howaboua
License
MIT
Types
skill
Size
14.8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@howaboua/pi-skill-adversarial-qa

Tries to falsify code behaviour with executable counterexamples rather than reviewing a patch by inspection alone.

Install

pi install npm:@howaboua/pi-skill-adversarial-qa

Use it to adversarially QA a patch, find edge cases, test behavioural properties, compare old and new implementations, validate regression tests, or run focused mutation testing or fuzzing. The skill grounds each attack in an evidenced contract, minimizes real failures, and distinguishes a bug from an ambiguous specification or a bad test assumption.