What problem does it solve?
This Skill identifies behavior that produces observably wrong results or invalid state, including boundary errors, incorrect conditions, data transformations, workflow transitions, concurrency issues, and integration mismatches.
Core Features & Use Cases
- Behavioral Modeling: Reconstruct user-visible contracts, domain rules, state machines, invariants, and end-to-end behavior before inspecting implementation details.
- Systematic Correctness Auditing: Examine control flow, data meaning, numerical logic, time, persistence, interfaces, configuration, concurrency, recovery, and domain-specific behavior.
- Evidence-Based Findings: Classify confirmed defects, worthwhile improvements, and unresolved questions while documenting violating paths, affected outcomes, safe corrections, and regression verification.
- Use Case: Apply this Skill to audit a payment workflow for rounding errors, duplicate retries, stale state, migration inconsistencies, and incorrect terminal-state transitions before release.
Quick Start
Use the audit-correctness skill to inspect the specified path for logic bugs and produce an evidence-based correctness report with regression tests and safe fixes.