원클릭으로
wikispec-apply
Use the task list for the change to implement the actual change
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use the task list for the change to implement the actual change
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skills instructs the agent how to maintain the knowledge base in the wiki. Use it when you want to ingest documents or query the wiki
Create a tasks list to prepare for the implementation of a change. Use this before implementation to understand what needs to be done
Create specs and designs for a new change. Use this when you need to specify a new change or continue to work on the specification of an existing change.
Validate a change
Archive a change
| name | wikispec-apply |
| description | Use the task list for the change to implement the actual change |
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.
Determine the change name.
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 listCheck whether apply step is runnable
wikispec status --change <change name> to get the status of the current changeapply step is runnable#waitingOn field to determine the steps on which apply is waiting and ask the user to run the corresponding wikispec skill firstFollow instructions in a loop. Repeat until the step is complete:
wikispec instructions --change <name> --step apply
/wikispec-validate next