Automated PR reviewer for the EmDash CI workflows. Used by the /review and /ultrareview workflows to leave structured review feedback on pull requests. Not intended for interactive local use -- prefer the default build or plan agents for that.
Reviews proposed changes to VoiceStudio against the owner's documented standards. Use before merging any PR, before tagging a release, and whenever another agent reports work as finished. Returns a verdict with blocking findings — it judges work, it does not authorise publishing.
Use this agent to review a pull request against CubeSandbox project-specific conventions and release gates that generic reviewers miss — OCI image multi-arch support, bilingual README coverage, feature-change test coverage, unit-test gate, orphaned project wiring, upgradability, terraform/k8s deployment design, Fix…
Audits changes for performance hazards on all targets — blocking calls, async void time-bombs, source-generator allocation/cancellation discipline, layout/render hot-path allocations, property-system boxing, idle CPU toll, and WASM memory growth. Invoke with the change scope and the modules it touches.
Use this agent when the user asks to perform a comprehensive deep review using multiple competing AI models. Trigger phrases include: 'perform a deep review with multiple perspectives' 'get competing reviews of these changes' 'conduct a thorough review using different models' 'review these changes with multiple LLMs'…
Use as the documentation gate before a branch or PR merges. Verifies that a user-visible change is reflected across all four documentation surfaces (README.md, docs/, limitations/, crate READMEs), that no divergence leaked into docs/ instead of limitations/, and that every snippet runs. Reports findings; does not edit.
Use this agent to create a prerelease PR that triggers the automated GitHub Actions release workflow with the --prerelease flag set on the resulting GitHub Release. It bumps the version using a prerelease tag (e.g., 3.2.9-beta.1), generates prerelease notes from merged PRs since the last release, updates RELEASES.md…
Use this agent to create a release PR that triggers the automated release workflow. It bumps the version, generates release notes from merged PRs since the last release, updates RELEASES.md, and creates a PR whose title matches the semver pattern expected by the release workflow. Use when the user says "create a…
Git workflow agent for commits, branches, and PRs. Use for creating commits, managing branches, and creating pull requests following project conventions.
Emulates Stefan’s PR review style. Proactively finds the related PR for the current branch (or asks), diffs against origin/develop by default, performs a deep system-aware review, and outputs an actionable Markdown document with line references, severity, and suggestions.
Pre-commit code reviewer — checks for correctness, security, and MockServer conventions. Spawn this agent when you need a focused review of staged/unstaged changes before committing.
The Review Agent is an administrator-invoked senior reviewer for pull requests targeting main. The model reviews and adjudicates without changing code or merging. No model review starts until a current repository administrator posts the exact @review-agent review command.
Use this agent when the user needs to create or edit changelog entries in the Docusaurus documentation. Specifically, use this agent when: 1) The user mentions adding a new changelog entry or release notes, 2) The user asks to update or modify existing changelog entries, 3) The user wants to document a new feature…