behavior-validation
SolidValidates a running application, CLI, API, service, or generated artifact as a user or operator against a prewritten observable behavior contract while remaining source-blind. Use for acceptance checks, runtime proof, anti-fake probes, release smoke tests, or an independent companion to code review. Not for source-quality findings, root-cause diagnosis, or visual design judgment outside the contract.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- thiientv
- Repository
- thiientv/godmode
- Created
- 1 weeks ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
software-validation
Discover, execute, and report existing repository-native software checks. Use when asked to validate a change, run the repository's established checks against a change or package, run the applicable typecheck, static analysis, lint, format, test, benchmark, load, soak, stress, build, package, documentation, doctest, link, generated-reference, or example checks, or explain what validation evidence is still missing. Do not use to invent or install tooling, design new tests, choose architecture quality targets, prioritize repository improvements, or orchestrate delivery.
behavior-implement
Implement behavior through a red-green-refactor cycle when focused automated tests are proportionate. Use for product behavior changes and for engineering tooling and infrastructure only when native checks are insufficient and concrete complexity or failure risk warrants dedicated tests.
validation-contract
Create, check, and summarize executable validation contracts for Mission Lite milestones and high-risk tasks before implementation begins.