test-setup

Generate test infrastructure scaffolds for Cursor engine projects.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill test-setup-packetalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-setup
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/test-setup
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill test-setup-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold the automated testing infrastructure for Cursor engine projects, creating the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions workflow scaffolds to enable consistent quality checks.

Core Features & Use Cases

  • Detect configured engine and existing test state to tailor scaffolding.
  • Create a standard test layout (tests/unit, tests/integration, tests/smoke, tests/evidence) and a baseline CI workflow.
  • Prepare initial test runner configuration and documentation for ongoing test maintenance.

Quick Start

Run the /test-setup command to generate the tests directory, CI workflow, and initial test scaffolding.

Frequently Asked Questions about test-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold test infrastructure and CI workflows for Cursor engine projects?

Scaffold test infrastructure for Cursor engine projects by running the /test-setup command, which generates the tests directory, engine-specific runner configuration, and baseline GitHub Actions workflows for consistent quality checks.

What is the standard test layout generated for a Cursor engine bootstrap?

The standard test layout generated during bootstrap includes tests/unit, tests/integration, tests/smoke, and tests/evidence directories to organize automated testing scenarios by their execution scope.

Will setting up test scaffolding overwrite my existing CI workflows and test files?

Setting up test scaffolding will not overwrite existing files. The process detects current test state and engine configuration, adding only missing test scaffolds while respecting your existing CI workflows and tests.

Can I use this test setup to generate GitHub Actions CI for an existing project?

Yes, you can use this test setup for an existing project. It detects the configured engine and current test state to safely add missing test runner configuration and CI workflows without disrupting existing files.

What's the best way to configure a test runner for a Cursor engine?

The best way to configure a test runner for a Cursor engine is to use a scaffolding tool that reads engine configuration and prepares initial runner settings alongside documentation for ongoing test maintenance.