test-creator

Community

Generate robust tests for transpiler features.

Authorphonowell
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation of standardized test files for new CoffeeScript→AHK transpiler features, ensuring comprehensive coverage and adherence to project testing guidelines. It eliminates manual test writing, saving time and improving the reliability of the transpiler.

Core Features & Use Cases

  • Test Matrix Coverage: Generates tests covering top-level/function-internal and simple/closure scenarios, plus boundary conditions.
  • Standardized Test Files: Creates .coffee test files in the correct script/test/ location with consistent naming and structure.
  • Integrated Validation: Executes tests using pnpm build && pnpm test and guides debugging with the transpile-debugger skill.
  • Use Case: When you've implemented a new formatter or processor for the CoffeeScript→AHK transpiler, use this Skill to automatically generate a full suite of tests that validate its behavior across various scenarios, ensuring the new feature works as expected and doesn't introduce regressions.

Quick Start

Generate tests for the new 'typeof' operator formatter in the CoffeeScript to AHK transpiler.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: test-creator
Download link: https://github.com/phonowell/coffee-ahk/archive/main.zip#test-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository