بنقرة واحدة
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