ワンクリックで
umb-accessibility
Run accessibility checks and fix issues until passing. Use when asked to test or improve website accessibility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run accessibility checks and fix issues until passing. Use when asked to test or improve website accessibility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| name | umb-accessibility |
| description | Run accessibility checks and fix issues until passing. Use when asked to test or improve website accessibility. |
Use the a11y-accessibility-test_accessibility MCP tool to test each page type. Pass the full URL (e.g., SITE_BASE_URL/, see Project Configuration in copilot-instructions.md) as the url parameter.
Pages to test (based on sitemap or content tree):
SITE_BASE_URL (see Project Configuration in copilot-instructions.md)SITE_BASE_URL/blog/SITE_BASE_URL/blog/<slug>/<main> landmarks, ensuring all content is inside landmark regions, correct heading hierarchy.browser_navigate so the audience can see the change happen on screen. Reloading the same URL forces a fresh render and busts any cached CSS. Do this for each page you fix, before moving on.a11y-accessibility-test_accessibility on each page type after fixes.After all pages report zero violations, commit all changes before considering this step done:
git add -A
git commit -m "Step 8: Accessibility — <brief summary of fixes>"
This commit is mandatory. The step is not complete until the commit exists in the git log.