ck:test

Execute unit, integration, e2e, UI tests with coverage analysis and QA reporting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams prevent regressions and shipping broken UI by running unit, integration, e2e, and UI/visual tests with coverage and structured QA reporting.

Core Features & Use Cases

  • Comprehensive test execution: Run unit/integration/e2e suites and execute UI tests on a target website to validate behavior end-to-end.
  • Coverage analysis and build verification: Check coverage thresholds and validate that the build and dependencies are healthy.
  • Structured QA reporting: Produce a consistent, actionable report format that surfaces failing tests, console/network findings, and recommendations.

Quick Start

Run the ck:test skill with the argument "ui https://example.com" to execute UI tests and generate a quality report for that site.

Frequently Asked Questions about ck:test

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

FAQPage Schema
How do I run UI tests and generate a QA report for a specific website?

Run UI tests by passing a target URL argument like "ui https://example.com" to execute browser-based validation and generate a structured QA report surfacing failures and recommendations.

What is the best way to catch visual regressions and UI bugs early in development?

Catching visual regressions early requires running deterministic UI test suites that execute browser-based validation, perform screenshot checks, and identify quality failures in web interfaces.

Can I check test coverage thresholds and verify build health during test execution?

Coverage analysis validates test coverage thresholds and verifies build and dependency health during the execution of unit, integration, and e2e test suites.

Does UI testing work with accessibility checks and console or network monitoring?

Browser-based UI testing includes optional accessibility checks, and structured QA reporting surfaces console and network findings alongside failing tests for the target site.

How does strict handling of failing tests work during e2e and integration test runs?

Strict handling of failing tests enforces deterministic execution by explicitly flagging regressions and quality failures during e2e and integration runs to prevent broken deployments.