test

Run tests, typechecking, and linting for JavaScript/TypeScript projects.

5|1|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/ncukondo/reference-manager --skill test-ncukondo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/ncukondo/reference-manager/tree/main/.claude/skills/test
Command: npx skills add https://github.com/ncukondo/reference-manager --skill test-ncukondo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates running tests, typechecking, and linting to surface issues early and provide fast, repeatable feedback.

Core Features & Use Cases

  • Run the full test suite, typecheck, and lint locally or in CI to validate code quality.
  • Generate a standardized report of results that can be shared with teammates or embedded in CI dashboards.
  • Use case: integrate into your PR workflow to automatically block merges when tests fail or lint errors appear.

Quick Start

Run a quick check to execute tests, typecheck, and lint and review the results.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run tests, typecheck, and lint with one command in JavaScript projects?▼

To run tests, typecheck, and lint with one command, you can automate software quality checks by executing supported npm scripts like test:all, typecheck, and lint simultaneously to surface issues early.

What is the best way to automate code quality checks for a PR workflow?▼

Automating code quality checks for PR workflows involves running tests, typechecking, and linting to validate code quality, automatically blocking merges when errors appear and producing a standardized report.

Can I use this automated lint and test workflow in CI pipelines?▼

Yes, you can use this automated lint and test workflow in CI pipelines to generate a standardized, centralized report of results that can be embedded directly into CI dashboards for repeatable feedback.

Does this automation tool support custom npm scripts for typecheck and lint?▼

Yes, the automation tool supports standard npm scripts such as test:all, typecheck, and lint within JavaScript and TypeScript projects to provide fast, repeatable validation results.

Why should I integrate automated typechecking and linting into local development?▼

Integrating automated typechecking and linting into local development surfaces issues early and provides fast, repeatable feedback before code reaches CI, ensuring consistent quality validation across your workflow.