Usage
/agent#agent-name#software-code-reviewer review the changes in src/
Documents
Figure Creator Agent — Creates or updates figures in Stencila Markdown documents, including simple image figures, executable figures, multi-panel layouts, captions, and SVG annotation overlays Figure Reviewer — Reviews Stencila figures using the figure-review skill, focusing on structure, captions, overlays, rendering risks, scientific annotation safety, and approval readiness.
Themes
Theme Creator Agent — Creates or updates Stencila theme CSS files using semantic tokens, module tokens, and the theme CLI Theme Reviewer Agent — Reviews Stencila theme artifacts for token correctness, cross-target portability, dark-mode handling, and approval readiness. Inspects theme.css files, patches, and plans against the design-token vocabulary and produces a structured review report with prioritized findings.
Software Engineering
Software Design Creator Agent — Creates or updates software design specifications Software Design Reviewer Agent — Reviews software design specifications for quality, correctness, completeness, feasibility, and architecture Software Plan Creator Agent — Creates or updates software delivery plans from design specifications Software Plan Reviewer Agent — Reviews software delivery plans for quality, correctness, completeness, and feasibility Software Slice Selector Agent — Reads a software delivery plan, marks the just-completed slice or slice batch (if any), updates the completed slices list, selects the next unfinished execution unit based on phase ordering and dependency constraints, and reports whether more slices remain. Combines slice completion tracking with next-work selection in a single step and may normalize overly narrow plans by combining adjacent compatible slices. Software Test Creator Agent — Writes failing tests for a TDD slice (Red phase). Given slice scope, acceptance criteria, and package references, examines existing codebase test conventions, writes focused tests that will fail because the implementation does not yet exist, and reports the test file paths and scoped test command. Software Test Reviewer Agent — Reviews tests written during the Red phase of a TDD slice, evaluating acceptance-criteria coverage, codebase convention conformance, test quality, edge-case handling, and Red-phase failure correctness. Given slice metadata and test execution results, produces a structured review report with an Accept or Revise recommendation. Software Test Executor Agent — Executes scoped tests for a TDD slice and reports structured pass/fail results. Given the test command, test files, and slice scope, discovers the test framework if no command is provided, runs only the tests relevant to the current slice, parses output, and reports a structured pass/fail result. Software Implementor Agent — Implements the minimum production code necessary to make failing tests pass (Green phase of TDD). Given slice scope, acceptance criteria, target packages, and test file references, examines failing test output, discovers codebase conventions, and writes focused implementation code that satisfies test expectations without over-engineering. Handles iterative feedback from failed test runs. Software Code Reviewer Agent — Reviews source code for correctness, quality, security, style, and maintainability. Discovers codebase conventions, analyzes code against them, and produces a structured review report with prioritized findings and actionable recommendations. Works with any language or framework. Software Code Refactorer Agent — Refactors production code to improve quality while keeping all tests passing. Discovers codebase conventions, applies safe transformations (duplication removal, naming improvements, complexity reduction, convention alignment), and verifies the code still compiles and all tests pass. Commonly used for the Refactor phase of TDD, but works equally well as a standalone code-quality improvement pass on any codebase with tests. Handles iterative feedback from failed test runs. Software Delivery Completer Agent — Verifies plan-level Definition of Done and completion criteria after all execution slices are finished, performs bounded minor closeout work (formatting, lint, generated files, small documentation or glue fixes), runs final verification commands, and produces a structured completion report. Reports clearly when substantial unfinished work remains rather than beginning a new implementation cycle. Used as the final delivery stage after slice-by-slice TDD execution.
Workflows
Workflow Creator Agent — Creates or updates a workflow Workflow Reviewer Agent — Reviews workflows for correctness, clarity, and completeness
Agents
Agent Creator Agent — Creates or updates an agent Agent Reviewer Agent — Reviews an agent for quality, correctness, and completeness
Skills
Skill Creator Agent — Creates or updates a skill Skill Reviewer Agent — Reviews a skill for quality, correctness, and completeness
General
Manager Agent — Routes user requests to the most appropriate agent or workflow. General Agent — A general-purpose agent using the default model provider General A Agent — A general-purpose agent using Anthropic's frontier model General G Agent — A general-purpose agent using Google's frontier model General M Agent — A general-purpose agent using Mistral's frontier model General O Agent — A general-purpose agent using OpenAI's frontier model