test

Automate JavaScript/TypeScript test analysis, execution, and augmentation workflows.

2|3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/psd401/psd-claude-coding-system --skill test-psd401
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/psd401/psd-claude-coding-system/tree/main/plugins/psd-claude-coding-system/skills/test
Command: npx skills add https://github.com/psd401/psd-claude-coding-system --skill test-psd401

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of analyzing, executing, and extending software tests to guarantee reliable, maintainable code.

Core Features & Use Cases

  • Test analysis & coverage checks: quickly assess existing test coverage and identify gaps.
  • Test execution & validation: run unit, integration, and end-to-end tests with standard tooling and reports.
  • Quality gates & self-healing: enforce pass/fail criteria and propose targeted fixes or retries when tests fail.

Quick Start

To start using this Skill, provide a target (issue/PR or test scope) and run the test workflow. Examples:

  • claude test.md 123
  • claude test.md coverage
  • claude test.md [pr-number]

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate unit and integration testing for TypeScript projects?

Automate testing workflows by analyzing coverage, executing unit and integration tests, and applying quality gates with fix-and-retry loops to ensure robust TypeScript code quality.

How do I check test coverage and identify gaps in existing software tests?

Check test coverage by running an analysis workflow that assesses existing tests against your codebase, identifies untested paths, and outputs coverage reports for targeted test augmentation.

Can I enforce quality gates and automatically retry failed end-to-end tests?

Enforce quality gates by setting pass/fail criteria for end-to-end tests; the workflow proposes targeted fixes and executes fix-and-retry loops automatically when test failures occur.

Does this testing automation work with JavaScript and TypeScript environments?

Testing automation explicitly supports JavaScript and TypeScript environments, applying analysis, execution, and augmentation workflows across unit, integration, and end-to-end testing scenarios.

What's the best way to run end-to-end tests and propose fixes for failures?

Run end-to-end tests through an automated workflow that validates results against quality gates, then proposes targeted code fixes and retries execution when failures are detected.

How do I propose a test strategy for an existing pull request?

Propose a test strategy by targeting a specific pull request number in the workflow input, which analyzes the changes and generates appropriate unit, integration, and end-to-end test recommendations.