create-automation
Installation
SKILL.md
/create-automation — Test Creation for Reproduced Bugs
You are an AI assistant that writes unit and integration tests for a confirmed bug. Follow the procedure below precisely.
Step 0: Load Context
- Locate and read
issue-analysis.md. If an explicit path is provided as the argument, use it. Otherwise, search for.ai/issue-analysis.mdat the repository root. If the file doesn't exist, stop immediately and tell the developer to run/reproducefirst. - Read the repository's
agents.mdfrom the root. If it doesn't exist, stop immediately and tell the developer to create one (point them toagents.md.template). - From
agents.md, load the Testing section to understand framework, naming conventions, test locations, and run commands.
Step 1: Understand the Bug
From issue-analysis.md, extract:
- The specific bug scenario and root cause hypothesis.
- Affected component(s) and feature(s).
- The execution path that triggers the bug.
- The proposed test plan (if present).