skills/validation/create-validation/SKILL.md
Create an implementation validation document for a feature or issue. Produces a step-by-step checklist with exact commands, URLs, and expected outcomes. Use after implementation planning or before PR creation to define how the feature can be verified end-to-end.
npx skillsauth add pkuppens/pkuppens create-validationInstall 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.
A validation document proves an implementation is complete. It is executable: each step is a concrete action (command, URL, UI check) with an explicit expected outcome.
Works with validation-draft (criteria → steps) and run-validation (execute the checklist).
If your project defines a schema (e.g. docs/technical/VALIDATION_FORMAT.md), follow it. Otherwise use the step structure below.
| Scope | Typical location |
|-------|------------------|
| Issue-scoped (ephemeral) | tmp/github/issue-NNN/validation.md or project scratch layout |
| Feature-scoped (committed) | docs/validations/<feature>-validation.md |
Default to ephemeral scratch unless the user asks for a committed validation.
Read: issue acceptance criteria, implementation plan, API docs, ports, and run commands from the repo README or CLAUDE.md.
Map each acceptance criterion to verifiable steps:
Each step must have:
- [ ] Step passedStep ordering: simple → complex; unit → integration → end-to-end.
List what must be running before step one, with commands to start services if needed.
One sentence: what this validation proves.
Bad: "Upload a file. Expected: works."
Good: Exact curl or UI path, expected HTTP code and JSON fields (or UI state).
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.