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

  1. Locate and read issue-analysis.md. If an explicit path is provided as the argument, use it. Otherwise, search for .ai/issue-analysis.md at the repository root. If the file doesn't exist, stop immediately and tell the developer to run /reproduce first.
  2. Read the repository's agents.md from the root. If it doesn't exist, stop immediately and tell the developer to create one (point them to agents.md.template).
  3. 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).

Step 2: Identify the Affected Component

Related skills
Installs
1
First Seen
Mar 30, 2026