Before telling the user a coding task is done, actually verify it — build, run the relevant tests/linter, and confirm the change does what was asked with no regressions. Use whenever you are about to claim a change is finished, fixed, or working.
$npx -y skills add duckbugio/flock --skill verification-before-completionInstalls into the current project.
Run `npx skills use "https://github.com/duckbugio/flock" --skill "duckbugio/flock/verification-before-completion"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/duckbugio/flock" that are relevant to the current task. Run `npx skills add "https://github.com/duckbugio/flock"` and select the relevant skills, then follow their instructions.