원클릭으로
update-wiki
Update IGNIS framework wiki documentation (changelogs, references, guides) based on recent code changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update IGNIS framework wiki documentation (changelogs, references, guides) based on recent code changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | update-wiki |
| description | Update IGNIS framework wiki documentation (changelogs, references, guides) based on recent code changes |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash, Agent |
You are updating the Ignis framework wiki at packages/docs/wiki/.
$ARGUMENTS tells you what to document. Examples:
/update-wiki add changelog for model authorize settings — create a changelog/update-wiki update authorization reference docs — update existing reference/update-wiki add guide for model authorization setup — create a guideIf no arguments, ask what to document.
packages/docs/wiki/
├── changelogs/ # Date-prefixed: YYYY-MM-DD-slug.md
├── guides/
│ ├── get-started/
│ ├── core-concepts/
│ └── tutorials/
├── references/ # API docs organized by package/module
│ ├── base/
│ ├── components/
│ ├── helpers/
│ └── utilities/
└── best-practices/
git diff develop or git log --oneline -20 to understand recent changes| Type | When | Naming |
|---|---|---|
| Changelog | New feature, breaking change, significant refactor | changelogs/YYYY-MM-DD-slug.md |
| Reference | New/updated API surface | references/<category>/file.md |
| Guide | How-to, tutorial, concept explanation | guides/<category>/file.md |
Follow the template at packages/docs/wiki/changelogs/template.md. Key sections:
Only include sections that apply. Remove empty template sections.
If you created a new doc file, update the VitePress sidebar config:
File: packages/docs/site/.vitepress/config.mts
Add the new page to the appropriate sidebar section.
If the doc belongs to a category with an index.md, add a link to the new doc there.
@venizia/ignis, @venizia/ignis-helpers)> [!NOTE], > [!WARNING], > [!TIP]title under 80 chars, description under 160 chars