Skip to main content
ClaudeWave
Skill30k repo starsupdated 3d ago

typescript-testing

Select and run TypeScript SDK verification for packages, examples, type checks, linting, builds, Vitest suites, and runtime E2E tests. Use when adding tests, diagnosing TypeScript CI, choosing a focused test command, or validating TypeScript package changes. Do not use for Python-only checks.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ComposioHQ/composio /tmp/typescript-testing && cp -r /tmp/typescript-testing/.agents/skills/typescript-testing ~/.claude/skills/typescript-testing
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# TypeScript Testing

Use this skill to choose verification for TypeScript changes.

Read `references/test-commands.md` before running broad checks or adding new test coverage.