ck:test

Run unit, integration, e2e, and UI tests and generate QA reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/johngrandson/orkestry --skill ck-test-johngrandson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:test
Source: https://github.com/johngrandson/orkestry/tree/main/.claude/skills/test
Command: npx skills add https://github.com/johngrandson/orkestry --skill ck-test-johngrandson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tests often stall teams due to scattered tooling, flaky results, and unclear reporting. This Skill provides a unified framework to run unit, integration, e2e, and UI tests across repositories, ensuring consistent quality.

Core Features & Use Cases

  • Unified test orchestration for unit, integration, e2e, and UI tests across languages and frameworks.
  • Quality governance through coverage analysis, build verification, and regression checks.
  • Use Case: Teams can run the full test matrix before releases, compare coverage across modules, and generate standardized QA reports.

Quick Start

Install dependencies and run the default test workflow to execute all configured tests and generate a report.

Frequently Asked Questions about ck:test

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

FAQPage Schema
How do I run unit, integration, e2e, and UI tests across different repositories?

Unified test orchestration coordinates unit, integration, e2e, and UI tests across repositories to validate logic, UI behavior, and build readiness while producing structured QA reports.

What is the best way to automate comprehensive test execution before a software release?

Automating comprehensive test execution before a release involves running the full test matrix across your codebase, comparing coverage across modules, and generating standardized QA reports for quality governance.

Do I need standard test runners and project-specific configuration to run automated e2e tests?

Yes, you need standard test runners, coverage tools, and project-specific configuration to deterministically run automated e2e tests and collect structured results across various software stacks.

Can I use this automated testing framework to verify build readiness and check for regressions across modules?

Yes, you can use this automated testing framework to verify build readiness and perform regression checks by applying coverage analysis and running the full test matrix across project modules.

Why does test execution stall teams and how does unified test orchestration fix it?

Test execution stalls teams due to scattered tooling, flaky results, and unclear reporting; unified test orchestration fixes this by providing a consistent framework to run tests and generate standardized QA reports.