skills/validation/run-validation/SKILL.md
Execute an implementation validation file step by step. For each step, run the command or check the UI, compare to the expected outcome, check off passing steps, and document failures. When a step fails, attempt to diagnose and fix the issue, then update the validation with corrected steps or expectations. Use after implementation to verify a feature is complete.
npx skillsauth add pkuppens/pkuppens run-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.
Reads a validation file, executes each step, tracks pass/fail, and iterates on failures.
Pairs with create-validation.
The user provides one of:
tmp/github/issue-NNN/validation.md (or project convention)status is passed, confirm whether to re-runFor each unchecked step (in order):
Determine PASS or FAIL. On PASS, set checkbox to [x]. On FAIL, report actual vs expected.
If a prerequisite step fails (e.g. app will not start), stop and set overall status failed.
Count passed / failed / blocked. Set frontmatter status to passed or failed. Summarize for the user.
gh issue comment or checklist updates on the issue[x]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.