·testing

Provides expertise on how to write effective unit tests (runtime and type tests), make testing decisions, and incorporate TDD into development workflows

5Installs·0Trend·@inocan-group

Installation

$npx skills add https://github.com/inocan-group/inferred-types --skill testing

SKILL.md

This skill provides comprehensive guidance on testing in TypeScript projects, with a focus on the dual nature of testing: runtime behavior and type correctness. It covers when to use each type of test, how to structure tests effectively, and how to integrate testing into development workflows using Test-Driven Development (TDD).

Runtime tests verify the actual behavior of code during execution.

Type tests verify the type correctness of TypeScript code at design time.

Provides expertise on how to write effective unit tests (runtime and type tests), make testing decisions, and incorporate TDD into development workflows Source: inocan-group/inferred-types.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/inocan-group/inferred-types --skill testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is testing?

Provides expertise on how to write effective unit tests (runtime and type tests), make testing decisions, and incorporate TDD into development workflows Source: inocan-group/inferred-types.

How do I install testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/inocan-group/inferred-types --skill testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/inocan-group/inferred-types

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01