LLM Skills
~/catalog/debugging & maintenance//test-runner

Test Runner

/test-runner

Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.

ClawHub communityClawHub community
18
May 11, 2026
// skill content

Skill created by the community and listed at ClawHub. Canonical source: https://clawhub.ai/skills/test-runner Version: 1.0.0 Source changelog: Initial release with guides for writing and running tests across major languages and frameworks: - Lists preferred test frameworks for TypeScript/JS, Python, and Swift (unit, integration, E2E). - Provides setup instructions and example commands for Vitest, Jest, pytest, XCTest, and Playwright. - Outlines commonworkflowss (TDD) and test patterns (Arrange-Act-Assert, mocking, async). - Includes example code snippets for testingAPIendpoints, and UI components. - Documents coverage commands and strategies for both JavaScript/TypeScript and Python. - Clarifies “what to test” with practical recommendations.

// original public source
https://clawhub.ai/skills/test-runner
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/test-runner" "https://clawhub.ai/skills/test-runner"
Then in Claude Code, type /test-runner to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 18
UpdatedMay 11, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward