verify
SolidProves a change actually works and root-causes failures — the suite runs first, output actually read. Answers "does it work", where inspect answers "is it good".
Install
Quality Score: 82/100
Skill Content
Details
- Author
- saleh-alhaddad
- Repository
- saleh-alhaddad/itqan-engineering
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
verify
Prove a change actually works before it counts as done. Use after building any non-trivial change, before deliver, and whenever claiming something works. Exercises real behavior end-to-end. Green tools alone are not verification.
verify
Prove a change works before anyone claims it does — run the narrowest decisive command and report only what it actually showed. Use before saying done, fixed or passing, and when the user asks 'does this work', 'is it done', 'verify my fix', 'confirm it passes', 'check if tests pass', 'läuft das', 'ist das fertig', 'hast du das geprüft'. Runs in this session and spawns nothing.
verify
Create and run the verification gate for this repo — the profile's ordered step manifest (ledgers → lockfile → lint → types → unit → build → reality checks → integration → e2e), with exact closing lines recorded. Also the standard for WRITING tests — expected values cite the spec or the schema, every behavior gets a boundary pair, no tests that mirror the implementation. Invoked standalone and as the /dev verify step, and before declaring ANY code change done.