test

Generate unit tests for key files in completed project phases.

17|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/SienkLogic/plan-build-run --skill test-sienklogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/SienkLogic/plan-build-run/tree/main/plugins/copilot-pbr/skills/test
Command: npx skills add https://github.com/SienkLogic/plan-build-run --skill test-sienklogic

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of unit tests for code that was developed without Test-Driven Development (TDD), ensuring better code quality and reliability.

Core Features & Use Cases

  • Automated Test Generation: Creates tests for key files identified in completed project phases.
  • Framework Detection: Automatically detects the testing framework (e.g., Jest, Vitest, pytest) used in the project.
  • Scoped Test Creation: Focuses test generation on high-priority files containing business logic, APIs, and data models.
  • Use Case: After completing a new feature, use this Skill to quickly generate a comprehensive suite of tests for the core logic, ensuring it functions as expected and preventing regressions.

Quick Start

Use the test skill to generate tests for phase 3 of the current project.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate unit tests for code developed without TDD?

To generate unit tests for code developed without TDD, this Skill automates test creation by targeting key files from completed project phases to ensure adequate coverage for business logic and APIs. It focuses on high-priority source files to prevent regressions.

What is automated test generation and how does it scope source files?

Automated test generation is the process of creating unit tests without manual coding. This Skill scopes test generation by detecting the project's existing testing framework and targeting only relevant source files containing business logic, APIs, and data models for accurate coverage.

Does automated test generation work with my project's existing test framework?

Yes, automated test generation works with your existing test framework by automatically detecting the setup, such as Jest, Vitest, or pytest, used in your project. This ensures the generated unit tests integrate seamlessly with your current testing environment.

What's the best way to add unit tests after completing a feature?

The best way to add unit tests after completing a feature is to use automated test generation on the completed project phase. This approach scopes test creation to the newly built core logic and APIs, ensuring the new functionality works as expected without manual test writing.

Why does automated test generation target only specific source files?

Automated test generation targets only specific source files to focus coverage on high-priority areas containing business logic, APIs, and data models. This scoped approach ensures adequate test coverage for critical functions while avoiding unnecessary tests for non-essential code.