skills/verification-before-completion/SKILL.md
Requires evidence before claiming work is done or fixed. Use before commit/PR, before telling a user “it works”, or when closing a task.
npx skillsauth add pkuppens/pkuppens verification-before-completionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
integration-commit or integration-prDo not claim success without fresh evidence.
Evidence means:
Before any completion claim:
uv run pytest, uv run ruff check ., open a URL and confirm a UI stateUse this shape in chat, issues, or PR descriptions:
## Verification evidence
- [ ] <check name> — `<command>` → <result summary>
Examples:
## Verification evidence
- [x] Tests — `uv run pytest` → 42 passed, 0 failed (exit 0)
- [x] Lint — `uv run ruff check .` → clean (exit 0)
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.
tools
Orchestrates Azure DevOps work item, repo, and pipeline workflows using az CLI. Use when working with Azure DevOps, Azure Repos, Azure Boards, Azure Pipelines, or az devops commands.