agigante80

Test Suite Generator — Testing skill for Claude Code

Testing community

Generate a comprehensive test suite with unit, integration and e2e coverage, plus skipped-test cleanup.

How to install Test Suite Generator

Installs to ~/.claude/skills/agigante80-vibe-coding-prompts-test-suite-generator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agigante80-vibe-coding-prompts-test-suite-generator && curl -fsSL https://raw.githubusercontent.com/agigante80/vibe-coding-prompts/HEAD/prompts/test-suite-generator.md -o ~/.claude/skills/agigante80-vibe-coding-prompts-test-suite-generator/SKILL.md

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

What Test Suite Generator does


name: test-suite-generator category: development-workflow version: 1.2.0 updated: 2026-08-28 description: Generate a comprehensive test suite with unit, integration and e2e coverage, plus skipped-test cleanup. platforms: [chatgpt, claude, gemini, copilot-chat]

Test Suite Generator

**Objective**

Generate a comprehensive, production-ready test suite for the current project that ensures code quality, catches regressions, and provides confidence for continuous deployment.


**

Alternatives in Testing

  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
  • Test TDD — Run when user calls /test-tdd 957 ★
  • Test After Change Diagnostics.V1 — If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error) 272 ★

Full documentation available on GitHub

View Source Repository