name: wikispec-apply
description: Use the task list for the change to implement the actual change
Skill: wikispec-apply
Drive the agent through the full apply 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 apply step is runnable
Use wikispec status --change <change name> to get the status of the current change
Look at the output to validate that the apply step is runnable#
If not, use the waitingOn field to determine the steps on which apply 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 apply step is done and propose to run /wikispec-validate next
1---2name: wikispec-apply3description: ---4---5--- 6name: wikispec-apply7description: Use the task list for the change to implement the actual change8--- 910# Skill: wikispec-apply1112Drive the agent through the full `apply` 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 apply step is runnable**21 - Use `wikispec status --change <change name>` to get the status of the current change22 - Look at the output to validate that the `apply` step is runnable#23 - If not, use the `waitingOn` field to determine the steps on which `apply` 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 apply29 ```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 apply step is done and propose to run `/wikispec-validate` next32
Run npx skillmds@latest add christianb93/wikispec-apply 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.