Skip to main content

create-new-wiki-page

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.

설치로 이동

소스 정보

저장소
jim60105/copilot-prompt
최근 소스 활동
2026년 5월 25일 09:20
감지된 SKILL.md 언어
영어
스타
21
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
create-new-wiki-page
description
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.
license
GFDL-1.3-or-later
metadata
{"author":"Jim@ChenJ.im"}
# Create New Wiki Page Create a new Azure DevOps wiki page with proper structure and formatting. ## Steps 1. Execute `tree . /f` in pwsh to get all the page lists. 2. Read all docs under `設計文件`, `功能需求`, `標準規範` or other documents to get the full view of the project. 3. Plan the content for the wiki page about the user's specified topic. ${input:what-to-write-in-this-page}. 4. Include a mermaid diagram on the page if there is suitable content for it. 5. If the user doesn't specify a location, find an appropriate category and path for this page. 6. Write the page in 正體中文. 7. Add this page to the `.order` file in the same directory. 8. Add this page to the category's markdown file (e.g., if under `標準規範/`, update `標準規範.md`). 9. Review whether the Azure DevOps Wiki page is well-written; refine it to improve quality. 10. Git commit with a good message body. 11. Summarize what was done. ## Wiki Writing Guidelines - Write in simple, concise language. - Follow a consistent format across all pages. - Break up sections with headlines, subheads, and text boxes. - Enrich pages with mermaid diagrams and links. - Include a list of FAQs in each section.
GitHub에서 보기