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
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.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.