Problem
What problem this solves
Technical checks can pass while the work still misses the actual promise, leaves docs stale, or hides risky edge cases.
Skill Detail
Check whether the work really satisfies the user story, not just whether the code compiles.
A verification skill for standard readiness or an explicit excellence-focused second pass beyond the task's acceptance criteria.
Problem
Technical checks can pass while the work still misses the actual promise, leaves docs stale, or hides risky edge cases.
Outcome
You get a more honest readiness call before the changes move into closure or release, with open bug records folded into the decision when relevant.
Why It Matters
This skill matters because finished code is not the same thing as finished work. It asks whether the outcome is actually safe, complete, maintainable, and proven enough to trust, including whether unresolved bugs still block the story.
Related Skills
Open a URL in a real browser and verify one observable non-auth objective.
A general browser verification skill for checking public UI, previews, production pages, visible assertions, screenshots, console messages, and network signals without turning every page check into auth debugging or manual QA.
Open skill pageRun the standard technical checks and fix the obvious issues before you pretend the work is done.
A practical quality gate for typecheck, lint, build, and related technical validation in the current project.
Open skill pageClose a task cleanly so the work is summarized, tracked, and ready for the next thread.
A task-closing skill for wrapping up implementation, documenting completion, and recording closure in the chantier flow when applicable.
Open skill pageCommit and push quickly when the work is actually ready, instead of stretching closure into another vague step.
A shipping skill for moving finished work through the final commit-and-push path and recording the shipping result when a chantier spec is in scope.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.