test-runner-codexWrite and run tests across languages and frameworks.
Install via ClawdBot CLI:
clawdbot install alexwoo-awso/test-runner-codexGrade Fair — 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 May 6, 2026
Integrate the Test Runner skill into a CI/CD pipeline to automatically run unit, integration, and end-to-end tests on every commit. This ensures code quality and catches regressions early, saving developer time and reducing production bugs.
Developers use the red-green-refactor pattern to implement new features, writing failing tests first then minimal code to pass. This results in well-tested, reliable code with clear requirements.
When refactoring legacy code, the Test Runner helps add tests to critical modules first, allowing safe restructuring without breaking existing functionality. The skill recommends detecting the existing framework before adding new tests.
In a monorepo with both TypeScript and Python services, Test Runner provides concise commands for each language and framework (Vitest for TS, pytest for Python). Teams can standardize testing workflows while respecting each language's best practices.
Coding bootcamps and online courses use Test Runner to teach test-driven development across languages. The clear framework selection table and red-green-refactor examples make it easy for beginners to adopt testing habits.
Offer the Test Runner as a free open-source skill, with a premium tier providing advanced analytics, coverage dashboards, and CI optimization. Revenue comes from monthly or yearly subscriptions for teams needing deeper insights.
Integrate Test Runner into a larger developer platform (e.g., GitLab, GitHub Actions, or a cloud IDE) as a built-in testing module. Revenue is generated through platform subscription tiers or usage-based pricing for test execution time.
Provide expert consulting services to set up test infrastructure, define testing strategies, and train teams using Test Runner. Revenue comes from hourly or project-based consulting fees and training workshops.
💬 Integration Tip
To start, run the detection step to identify existing language and test framework, then use the corresponding commands from the command guide without introducing new tools.
Scored May 6, 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.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
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.