tdd-guideTest-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows a...
Install via ClawdBot CLI:
clawdbot install alirezarezvani/tdd-guideGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/your-org/tdd-guide-skill.gitAudited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
A team building a React/Node.js web app uses the skill to generate Jest tests for new features, ensuring TDD adherence. They analyze coverage reports to identify gaps in authentication modules, prioritizing fixes to maintain 85%+ coverage.
A fintech startup developing a Python-based REST API employs the skill to create Pytest tests for endpoints, guiding red-green-refactor cycles. Coverage analysis on JSON reports helps uncover untested error handling in transaction logic.
An enterprise with a Java monolith uses the skill to generate JUnit tests for untested legacy modules, improving maintainability. The TDD workflow assists in safely refactoring critical business logic while validating test passes.
A coding bootcamp integrates the skill into their curriculum to teach TDD principles. Students use it to generate tests for JavaScript and Python exercises, analyzing coverage to learn best practices in test isolation and quality.
Maintainers of a TypeScript library use the skill to automate test generation for new contributions, ensuring consistency with Vitest. Coverage analysis on LCOV reports identifies low-coverage areas in utility functions for community fixes.
Offer the skill as a cloud-based service with tiered pricing (e.g., free for individuals, paid for teams). Revenue comes from monthly subscriptions based on usage metrics like test generations or coverage analyses.
Sell on-premise licenses to large organizations for integration into their CI/CD pipelines. Revenue is generated through one-time license fees or annual support contracts, targeting industries like finance and healthcare.
Provide a free version with basic test generation and coverage analysis, while charging for advanced features like multi-framework adapters or priority support. Revenue streams include in-app purchases and upsells.
💬 Integration Tip
Integrate the skill into CI/CD pipelines by running coverage_analyzer.py post-test to enforce thresholds, and use test_generator.py during code reviews to automate test scaffolding.
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.