test-runnerWrite, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Install via ClawdBot CLI:
clawdbot install cmanfre7/test-runnerGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Developers building web applications with TypeScript/JavaScript backends and React frontends can use Vitest for unit testing components, Supertest for API integration tests, and Playwright for end-to-end browser testing. This ensures robust functionality across the stack, from UI interactions to server responses.
Teams creating microservices in Python can leverage pytest for unit testing business logic and httpx for integration testing of API endpoints. This setup validates service reliability and data handling, crucial for scalable backend systems in e-commerce or finance.
iOS developers using Swift can employ XCTest for unit and integration tests, with XCUITest for end-to-end UI testing on simulators or devices. This ensures app stability and user experience, essential for consumer-facing applications in retail or healthcare.
QA engineers testing web applications across multiple browsers can use Playwright to automate end-to-end scenarios, such as user login flows or checkout processes. This helps catch UI bugs and performance issues before deployment in sectors like e-commerce or education.
Organizations upgrading legacy codebases to modern frameworks can adopt TDD workflows with this skill to write tests first, ensuring new features integrate smoothly without breaking existing functionality. This is common in industries like insurance or government services.
A software-as-a-service company can use this skill to maintain high code quality and reduce bugs, leading to better customer retention and lower support costs. Automated testing across languages ensures rapid feature deployment and scalability.
A tech consulting firm can offer testing services to clients, helping them implement TDD and automated testing pipelines. This generates revenue through project-based contracts or retainer models, improving client software reliability.
Maintainers of open-source projects can leverage this skill to enforce testing standards, attracting contributors and ensuring stability. Revenue may come from donations, sponsorships, or premium support tiers for enterprise users.
💬 Integration Tip
Integrate this skill into CI/CD pipelines by adding test commands to build scripts; for example, run 'pytest --cov' or 'npx vitest run' in GitHub Actions or Jenkins to automate testing on every commit.
Scored Apr 15, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.