add-tests

Generate unit and end-to-end tests from phase artifacts with user approval.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sidunrealde/ArchVis --skill add-tests-sidunrealde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-tests
Source: https://github.com/sidunrealde/ArchVis/tree/main/.github/skills/add-tests
Command: npx skills add https://github.com/sidunrealde/ArchVis --skill add-tests-sidunrealde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of unit and end-to-end tests for completed development phases, ensuring code quality and reducing manual testing effort.

Core Features & Use Cases

  • Automated Test Generation: Creates unit (TDD) and E2E tests based on phase implementation details.
  • Classification: Intelligently categorizes changed files into TDD, E2E, or Skip for targeted testing.
  • Test Plan Approval: Presents a clear test plan for user review and approval before generation.
  • Use Case: After completing a new feature, run this Skill to automatically generate a comprehensive suite of tests, ensuring the feature works as expected and preventing regressions.

Quick Start

Use the add-tests skill to generate tests for phase 12, focusing on edge cases.

Frequently Asked Questions about add-tests

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

FAQPage Schema
How do I generate unit and e2e tests for a completed development phase?

To generate unit and e2e tests for a completed development phase, use a tool that analyzes phase artifacts and code implementation, classifies files into TDD, E2E, or Skip categories, and presents a test plan for approval before execution.

What is the RED-GREEN convention in test automation?

The RED-GREEN convention in test automation ensures you first write a failing test (RED) to define expected behavior, then write the minimum code to pass it (GREEN). Automated test generation follows this by executing tests against your implementation to validate functionality.

Can I review and approve the test plan before tests are automatically generated?

Yes, you can review and approve the test plan before tests are automatically generated. The system classifies changed files into TDD, E2E, or Skip categories and presents a clear test plan requiring your explicit approval before any test execution occurs.

How does automated test generation handle edge cases in code implementation?

Automated test generation handles edge cases by analyzing your phase implementation details and code artifacts to create comprehensive unit and end-to-end tests. You can specifically direct the generation to focus on edge cases for targeted testing coverage.

Does automated test generation integrate with existing project test runners?

Yes, automated test generation integrates with existing project test runners for execution. After analyzing your code implementation and presenting an approved test plan, the system executes the generated unit and e2e tests using your project's configured test runners.