Add Test banner
zircote zircote

Add Test

Testing community

Description

--- name: add-test description: Interactively add a new test definition to the test suite arguments: - name: component description: Component type to test (command, skill, agent) required: false --- # Add Test Definition Interactively create a new test definition and add it to the test suite. ## Process <step name="gather-info"> Use AskUserQuestion to gather test information: **Question 1: Component Type** If not provided via argument, ask: - Command - Skill - Agent - Other **Que

Installation

Installs to ~/.claude/commands/zircote-mnemonic-add-test.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zircote/mnemonic/HEAD/.claude/commands/add-test.md -o ~/.claude/commands/zircote-mnemonic-add-test.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository