shine-add-tests

Generate unit and E2E tests from completed phases with RED-GREEN workflow.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-add-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-add-tests
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-add-tests
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-add-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of unit and E2E tests from a completed phase to accelerate quality assurance and ensure requirements traceability.

Core Features & Use Cases

  • Analyze implementation files and classify them into unit (TDD), E2E (browser), or Skip categories.
  • Generate a test plan for user approval and then produce tests following the RED-GREEN workflow.
  • Commit test artifacts with a deterministic message to integrate with CI/CD and version control workflows.

Quick Start

Provide the phase identifier or path (e.g., phase-3) and run the add-tests workflow to generate unit and E2E tests.

Frequently Asked Questions about shine-add-tests

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

FAQPage Schema
How do I automatically generate unit and E2E tests from completed development phases?

You can generate unit and E2E tests by providing a phase identifier to automate test creation from SUMMARY.md, CONTEXT.md, and VERIFICATION.md files, producing a test plan and test artifacts for review and integration.

What is the RED-GREEN workflow for automated test generation?

The RED-GREEN workflow for test generation involves classifying implementation files into unit, E2E, or Skip categories, creating a test plan for approval, and then producing test artifacts that follow this structured testing methodology.

Can I use automated test generation with my CI/CD and version control workflows?

Yes, automated test generation integrates with CI/CD and version control workflows by committing test artifacts with deterministic commit messaging, ensuring consistent integration of generated unit and E2E tests.

How does automated test generation classify code into unit and E2E categories?

Automated test generation classifies code by analyzing implementation files and categorizing them into unit tests following TDD, E2E tests for browser testing, or Skip categories based on the phase's documentation.

Do I need specific documentation files to generate tests for a development phase?

Yes, to generate tests for a development phase, you need phases described by SUMMARY.md, CONTEXT.md, and VERIFICATION.md files, which provide the context and requirements for producing accurate test plans and artifacts.

What are the limitations of automated test generation for TDD workflows?

Automated test generation for TDD workflows requires completed phases with proper documentation and applies classification into unit, E2E, or Skip categories, meaning it cannot generate tests for incomplete phases or phases lacking the required documentation files.