ck:test

Orchestrate automated unit, integration, and end-to-end tests with quality gate checks.

19|1|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/DangQuangSE/team-development-skills --skill ck-test-dangquangse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:test
Source: https://github.com/DangQuangSE/team-development-skills/tree/main/.agents/skills/ck-test
Command: npx skills add https://github.com/DangQuangSE/team-development-skills --skill ck-test-dangquangse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ck-quality, ck-cook, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of automating and orchestrating comprehensive testing within the software development lifecycle, ensuring quality and reliability through every phase.

Core Features & Use Cases

  • Automated Testing: Executes unit, integration, and end-to-end tests with various scope options.
  • TDD Orchestration: Supports Test-Driven Development (TDD) with red-green feedback loops.
  • Quality Gate Check: Ensures each phase has a valid quality receipt before testing.
  • Regression Sweep: Identifies regressions across all completed phases.
  • Quick Start: Run the ck:test command with the desired scope, e.g., ck:test --unit target.

Quick Start

Execute the ck:test command to run tests for the current phase.

Frequently Asked Questions about ck:test

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

FAQPage Schema
How do I automate test orchestration across unit, integration, and end-to-end testing scopes?

Test-driven development orchestration supports red-green feedback loops by managing the test execution lifecycle. It coordinates the cycle of writing failing tests, implementing code, and validating outcomes to ensure continuous quality assurance.

Do I need a quality gate check before running regression sweeps?

Quality gate integration ensures comprehensive testing by validating each development phase before execution. This prevents incomplete code from entering the test pipeline and triggers regression sweeps to catch defects across completed phases.

What's the best way to run targeted automated tests for a specific scope?

Targeted automated testing is initiated by passing scope parameters to the test command, filtering execution to specific test types like unit or end-to-end. This provides focused validation and faster feedback by isolating test runs.

How does test orchestration handle test-driven development workflows?

TDD workflow orchestration automates the red-green loop and coordinates test execution with quality gate validations. This structured approach maintains test-driven development discipline and ensures reliable regression detection.

Are there specific environment setup requirements for automating software tests?

Environment setup requirements include specific skill configurations that enable the test orchestration framework to function. Proper configuration ensures the system can execute automated tests and interface correctly with the quality gate process.