ck:test

Execute unit, integration, end-to-end, and UI tests with coverage analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire testing process, from running various test types to analyzing results and ensuring code quality.

Core Features & Use Cases

  • Comprehensive Test Execution: Runs unit, integration, end-to-end, and UI tests.
  • Quality Assurance: Performs coverage analysis, build verification, and visual regression testing.
  • Use Case: After deploying a new feature, use this Skill to automatically run all relevant tests, check code coverage, and generate a QA report to confirm everything works as expected.

Quick Start

Use the ck:test skill to run all code tests for the current project.

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 and integration tests with code coverage analysis?

You can execute unit and integration tests while generating comprehensive code coverage analysis by invoking this skill. It runs multiple test runners and outputs build verification details to confirm code quality.

Does this testing skill support browser automation for UI testing and visual regression?

Yes, this skill supports browser automation for UI testing and visual regression. It executes end-to-end tests and performs visual regression checks to ensure interface stability across test runs.

What is the best way to automate QA reporting after running end-to-end tests?

The best way to automate QA reporting is to use this skill to run end-to-end tests and generate detailed reports. It integrates coverage analysis and build verification to produce comprehensive QA summaries.

Can I identify root causes of test failures using automated testing tools?

Yes, you can identify root causes of test failures because this skill integrates with debugging and AI analysis tools. It analyzes test results and provides automated reporting for failure root cause identification.

How do I verify build stability and run regression tests for a new deployment?

To verify build stability, use this skill to execute regression tests and perform build verification. It runs all relevant test types and provides coverage analysis to confirm everything works as expected after deployment.