ck:test

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your application's quality by executing unit, integration, end-to-end, and UI tests, helping you identify and fix issues early.

Core Features & Use Cases

  • Test Execution: Run tests to validate the functionality of your code.
  • Coverage Analysis: Analyze code coverage to ensure critical paths are tested.
  • UI/Visual Testing: Test the UI/UX of your application for visual regressions and accessibility issues.
  • Use Case: After deploying a new feature, use this Skill to automatically run tests and check for any regressions or issues.

Quick Start

Execute all tests for your project using the command: 'ck:test'.

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, and end-to-end tests for my application?

You can run unit, integration, and end-to-end tests by executing the 'ck:test' command. This skill automates test execution across multiple programming languages and frameworks to validate code functionality.

What is the best way to automate UI testing and check for visual regressions?

Automating UI testing is handled by this skill through its visual regression and accessibility checks. It tests your application's UI/UX to identify visual regressions and accessibility issues automatically.

How do I analyze code coverage to ensure critical paths are tested?

Analyzing code coverage is performed automatically during the test execution process. The skill evaluates your tests to ensure critical paths within your application are fully covered.

Can I use this test automation skill with multiple programming languages and frameworks?

Yes, this test automation skill supports multiple programming languages and frameworks. It is designed to execute comprehensive test suites regardless of your specific tech stack.

Why should I run automated tests after deploying a new feature?

Running automated tests after deploying a new feature helps identify and fix issues early. The skill checks for regressions and validates overall software quality assurance before users encounter problems.

Does this quality assurance skill catch accessibility issues during testing?

Yes, this quality assurance skill catches accessibility issues during its UI testing phase. It evaluates the UI/UX of your application to detect visual regressions and accessibility problems.