git-rebase-main
Safely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or release.
run-uat
Run User Acceptance Testing by creating a PR with rendered markdown on GitHub or Azure DevOps. Use when validating markdown rendering in real platforms.
Website Visual Assets
Generate website HTML exports and screenshots using the repo's HtmlRenderer and ScreenshotGenerator tools.
website-accessibility-check
Run a focused accessibility pass for website changes (WCAG 2.1 AA-oriented).
arc42 documentation
Create comprehensive architecture documentation using the arc42 template structure (12 sections covering introduction, constraints, context, solution strategy, building blocks, runtime, deployment, concepts, decisions, quality, risks, and glossary).
update-test-snapshots
Regenerate test snapshot files after intentional markdown output changes. Use after modifying templates or rendering logic.
merge-conflict-resolution
Resolve git merge/rebase conflicts safely without losing intended changes.
create-pr-azdo
Create an Azure DevOps pull request using az devops tooling; include the repo’s linear-history merge preference and ask the Maintainer if merge options differ.
detect-diagram-crossings
Detect and analyze edge crossings and overlaps in SVG workflow diagrams using geometric intersection algorithms and visual analysis. Use when validating diagram layouts.
next-issue-number
Determine the next available issue number across all change types (feature, fix, workflow) by checking both local documentation and remote branches, then reserve it by pushing an empty branch.
create-agent-skill
Create a new Agent Skill following project standards and templates. Use this when you need to encapsulate a new capability or workflow.
watch-uat-azdo-pr
Watch an Azure DevOps UAT pull request for maintainer feedback or approval by polling threads and reviewer votes until approved or timed out.
Website DevTools
Use Chrome DevTools MCP tools to inspect rendering and troubleshoot website issues with the Maintainer.
update-workflow-diagram
Convert the mermaid diagram in docs/agents.md to a blueprint-styled SVG for the website. Use when the workflow diagram in agents.md is updated and needs to be reflected on the website.
website-quality-check
Run a lightweight, repeatable quality checklist for the website (including style guide adherence).
generate-demo-artifacts
Generate the comprehensive demo markdown artifacts from the current codebase. Use before UAT to ensure test artifacts reflect the latest code.
analyze-chat-export
Export and analyze VS Code Copilot chat logs for retrospective metrics. Extracts model usage, tool invocations, approval patterns, and timing data.
validate-agent
Validate agent definitions for consistency, model availability, handoff integrity, and tool existence. Use this when creating or modifying agents.