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.
Calls external URL not in known-safe list
http://testAudited Apr 16, 2026 · audit v1.0
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 19, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
This skill should be used when the user needs to analyze frontend project architecture evaluate tech stack choices review component design patterns assess bu...
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.
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.