name: wikispec-validate
description: Validate a change
Skill: wikispec-validate
Drive the agent through the full validate step for a wikispec change. You will use the wikispec tool which is a binary in the path, no need to install anything.
Steps
Determine the change name.
If the user provided a change name, use it exactly.
If no name is provided use wikispec list to list all active changes. If there is only one active change, assume that we will be working on this one, otherwise ask the user to pick a change from the list
Check whether validate step is runnable
Use wikispec status --change <change name> to get the status of the current change
Look at the output to confirm that the validate step is runnable#
If not, use the waitingOn field to determine the steps on which validate is waiting and ask the user to run the corresponding wikispec skill first
Follow instructions in a loop.
Repeat until the step is complete:
If the output contains instructions, follow them, then call the command again.
If the output signals that the step is already complete, stop looping, inform the user that the plan step is done and suggest to run /wikispec-archive next.
1---2name: wikispec-validate3description: ---4---5--- 6name: wikispec-validate7description: Validate a change8--- 910# Skill: wikispec-validate1112Drive the agent through the full `validate` step for a wikispec change. You will use the `wikispec` tool which is a binary in the path, no need to install anything.1314## Steps15161. **Determine the change name.**17 - If the user provided a change name, use it exactly.18 - If no name is provided use `wikispec list` to list all active changes. If there is only one active change, assume that we will be working on this one, otherwise ask the user to pick a change from the list19202. **Check whether validate step is runnable**21 - Use `wikispec status --change <change name>` to get the status of the current change22 - Look at the output to confirm that the `validate` step is runnable#23 - If not, use the `waitingOn` field to determine the steps on which `validate` is waiting and ask the user to run the corresponding wikispec skill first24253. **Follow instructions in a loop.**26 Repeat until the step is complete:27 ```28 wikispec instructions --change <name> --step validate29 ```30 - If the output contains instructions, follow them, then call the command again.31 - If the output signals that the step is already complete, stop looping, inform the user that the plan step is done and suggest to run `/wikispec-archive` next.32
Run npx skillmds@latest add christianb93/wikispec-validate in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
christianb93 (@christianb93) published this skill. Their other Agent Skills are listed on their SkillMD profile.