Test Factory banner
Apupsis Apupsis

Test Factory

Testing community

Description

# /test-factory - Test Generated Skills or Agents **Quick testing helper for generated skills and agents to ensure they work correctly.** --- ## Usage ``` /test-factory skill [skill-name] /test-factory agent [agent-name] /test-factory prompt ``` --- ## What This Command Does Helps you test generated output: - Provides test invocation examples - Checks if skill/agent is loaded - Suggests test cases - Validates basic functionality --- ## Test a Skill ``` /test-factory skill my-skill ```

Installation

Installs to ~/.claude/commands/apupsis-claude-code-skill-factory-test-factory.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Apupsis/claude-code-skill-factory/HEAD/.claude/commands/test-factory.md -o ~/.claude/commands/apupsis-claude-code-skill-factory-test-factory.md

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

Full documentation available on GitHub

View Source Repository