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 18, 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.