一键导入
umb-sitemap
Generate sitemap.xml and validate all site links and navigation paths. Use when asked to create or verify sitemap and site rendering.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate sitemap.xml and validate all site links and navigation paths. Use when asked to create or verify sitemap and site rendering.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add hero images to blog posts and render image previews on list and detail pages. Use when asked to add blog media.
Ensure sufficient authored blog entries for the demo. Use when asked to generate or expand blog content.
Run the end-to-end Umbraco blogging-site demo as a Conductor multi-agent workflow. Use when asked to build the full demo site via Conductor (the orchestrated, workflow-driven variant of the umbraco-demo agent).
Create Blog List and Blog page document types and templates, plus exactly one starter blog post. Use when asked to set up blog pages in Umbraco.
Create the Umbraco home page structure, template, styling, and published root content. Use when asked to scaffold or build the home page.
Implement shared site navigation and validate rendering with Playwright. Use when asked to add or improve navigation.
| name | umb-sitemap |
| description | Generate sitemap.xml and validate all site links and navigation paths. Use when asked to create or verify sitemap and site rendering. |
get-document-root to get root documents, then get-document-children recursively.get-document-urls with all document IDs to get relative URLs.& ".github/skills/umb-sitemap/generate-sitemap.ps1" -BaseUrl "SITE_BASE_URL" -Urls "/", "/blog/", "/blog/my-post/", ...
Replace SITE_BASE_URL with the configured value (see Project Configuration in copilot-instructions.md). The script writes src/MyProject/wwwroot/sitemap.xml automatically./sitemap.xml itself. This keeps validation meaningful
without crawling the whole site again.div element with an id of stackpage.After validation passes, commit all changes before considering this step done:
git add -A
git commit -m "Step 7: Sitemap — <brief summary>"
This commit is mandatory. The step is not complete until the commit exists in the git log.