test-create

Generate unit, integration, and end-to-end tests with CI pipeline configurations.

10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dnviti/claude-task-development-framework --skill test-create-dnviti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-create
Source: https://github.com/dnviti/claude-task-development-framework/tree/main/skills/test-create
Command: npx skills add https://github.com/dnviti/claude-task-development-framework --skill test-create-dnviti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive test suites (unit, integration, E2E) and CI/CD pipeline configurations, ensuring code quality and robust deployment processes.

Core Features & Use Cases

  • Test File Generation: Writes unit, integration, and end-to-end tests based on project structure and requirements.
  • CI Pipeline Configuration: Creates or updates GitHub Actions workflows for automated testing and deployment.
  • Use Case: When developing a new feature, use this Skill to automatically generate all necessary unit tests and update the CI pipeline to include them in the build process.

Quick Start

Use the test-create skill to generate unit tests for the 'authentication.py' file.

Frequently Asked Questions about test-create

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

FAQPage Schema
How do I generate unit tests and integration tests for an existing project?

You can generate CI pipeline configurations by having the skill create or update GitHub Actions workflows, which automates your testing and deployment processes for robust build validation.

How do I configure GitHub Actions workflows for automated testing?

You can generate CI pipeline configurations by having the skill create or update GitHub Actions workflows, which automates your testing and deployment processes for robust build validation.

Does this test generation tool work with my existing test infrastructure?

End-to-end tests are generated by analyzing your project structure and requirements, ensuring the tests adhere to strict testing standards and quality rules for deterministic and maintainable automated validation.

What is the best way to ensure generated tests are deterministic and maintainable?

End-to-end tests are generated by analyzing your project structure and requirements, ensuring the tests adhere to strict testing standards and quality rules for deterministic and maintainable automated validation.

Do I need a package.json file to generate E2E tests and CI configs?

Yes, the tool works with existing test infrastructure by analyzing your current project test setups and package.json scripts to ensure newly generated tests integrate seamlessly without breaking current standards.