skills/create-new-wiki-page/SKILL.md
Create a new Azure DevOps wiki page. Use when the user wants to add a new wiki page, write project documentation in Azure DevOps wiki format, or update wiki page structure with mermaid diagrams in Traditional Chinese.
npx skillsauth add jim60105/copilot-prompt create-new-wiki-pageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new Azure DevOps wiki page with proper structure and formatting.
Execute tree . /f in pwsh to get all the page lists.
Read all docs under 設計文件, 功能需求, 標準規範 or other documents to get the full view of the project.
Plan the content for the wiki page about the user's specified topic. ${input:what-to-write-in-this-page}.
Include a mermaid diagram on the page if there is suitable content for it.
If the user doesn't specify a location, find an appropriate category and path for this page.
Write the page in 正體中文.
Add this page to the .order file in the same directory.
Add this page to the category's markdown file (e.g., if under 標準規範/, update 標準規範.md).
Review whether the Azure DevOps Wiki page is well-written; refine it to improve quality.
Git commit with a good message body.
Summarize what was done.
data-ai
UI/UX design agent for crafting user experiences, visual designs, and game interfaces. Auto-detects the designer role (UX Designer, UI Designer, Game UI Designer) and spawns a role-scoped sub-agent with only the relevant reference files. Triggers on phrases like "user flow", "wireframe", "design system", "design tokens", "accessibility", "WCAG", "UI pattern", "HUD", "game menu", "inventory UI", "minimap". Full per-role triggers in references/roles/.
testing
Create `AGENTS.md` file for a project. Use when the user wants to set up custom instructions, configure AI coding assistant behavior, or create project-specific coding guidelines for AI agents.
development
Generate images via the Stable Diffusion WebUI / Forge HTTP API (AUTOMATIC1111-compatible `/sdapi/v1/*`). Use when the user wants to (1) discover or pick a model / extra module (TE/VAE) / sampler / scheduler / style preset from a running sd-webui server, (2) generate an image with a given prompt (txt2img), (3) check generation progress, (4) cancel/interrupt an in-flight generation, (5) inspect or change a global sd-webui option (e.g. active checkpoint), or (6) test connectivity. This skill talks to a *generic* sd-webui-compatible server (AUTOMATIC1111, Forge, reForge, sd-webui-forge-classic). Do NOT trigger for requests that are purely writing the prompt itself.
testing
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.