test

Execute project tests and analyze code coverage with package managers and linters.

11|1|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/thkt/dotclaude --skill test-thkt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/thkt/dotclaude/tree/main/.ja/skills/test
Command: npx skills add https://github.com/thkt/dotclaude --skill test-thkt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of project tests, ensuring code quality through comprehensive analysis and validation.

Core Features & Use Cases

  • Automated Testing: Executes tests using various package managers (npm, yarn, pnpm, bun).
  • Coverage Analysis: Reports on code coverage metrics.
  • Gap Analysis: Identifies discrepancies and areas for improvement.
  • Quality Checks: Includes linting and type-checking.
  • Use Case: After making code changes, run this Skill to ensure all tests pass, code coverage remains high, and coding standards are met before committing.

Quick Start

Use the test skill to run all project tests and check code quality.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run tests and verify code quality automatically after changes?

To run tests and verify code quality, this Skill automates test execution and validation using package managers. It ensures pass rates, coverage metrics, and coding standards are met before committing.

What does code coverage analysis include when running automated tests?

Code coverage analysis reports on metrics and identifies discrepancies or areas for improvement. It highlights where test coverage is lacking within your project to help maintain high standards.

Does automated testing work with different package managers like npm, yarn, pnpm, and bun?

Automated testing works with various package managers including npm, yarn, pnpm, and bun. It executes project tests across these environments to validate code changes consistently.

How do I check linting and type-checking standards before committing code?

To check linting and type-checking standards, this Skill includes quality checks as part of its validation process. It ensures your code adheres to defined coding standards automatically.

What's the best way to identify gaps in code coverage during software development?

The best way to identify gaps in code coverage is through gap analysis, which finds discrepancies and areas for improvement. This ensures comprehensive validation of your test suite.