From 3-surgeons
Structural integrity verification — monotonic counters, service health, and evidence store operability
npx claudepluginhub supportersimulator/3-surgeons --plugin 3-surgeonsThis skill uses the workspace's default tool permissions.
The CorrigibilityGate's integrity verification mode. Detects state corruption, counter tampering, and service degradation.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
The CorrigibilityGate's integrity verification mode. Detects state corruption, counter tampering, and service degradation.
The integrity check reads integrity:* keys from the state backend:
integrity:events_count vs integrity:events_count:prevWithout a state backend, integrity checks are skipped (passes with "skipped" message).
Standard GateResult:
passed — true if all checks passchecks — individual check results with names and messagesduration_ms — how long the check took| Gate | Purpose | When |
|---|---|---|
| GainsGate | Infrastructure health | Between phases |
| CardioGate | Quality review + rate limit | Automated quality checks |
| CorrigibilityGate.run() | Text safety (regex) | Before destructive ops |
| CorrigibilityGate.check_integrity() | Structural integrity | After crashes, periodic |