TDD Development Workflow
Test-Driven Development workflow for AI agents. Write tests first, implement to pass, then refactor. Includes patterns for red-green-refactor cycle, mocking, and comprehensive test coverage.
Self-directed debugging skill that systematically reproduces, diagnoses, and fixes bugs with minimal supervision. Uses test-driven verification to ensure fixes actually resolve issues without introducing regressions.
1. Copy the AI Core Logic from the Instructions tab below.
2. Paste it into your AI's System Instructions or as your first message.
3. Provide your raw data or requirements as requested by the AI.
This skill is formatted as a set of persistent system instructions. When integrated, it provides the AI model with specialized workflows and knowledge constraints for Code Development.
Test-Driven Development workflow for AI agents. Write tests first, implement to pass, then refactor. Includes patterns for red-green-refactor cycle, mocking, and comprehensive test coverage.
Design comprehensive test automation strategies with unit, integration, and E2E testing patterns. Master testing frameworks, mocking, CI/CD integration, and test-driven development.
Test and interact with local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Implement robust error handling with proper exception hierarchies, error boundaries, retry logic, and user-friendly error messages across languages.
Enables Claude to work autonomously on large projects with automatic continuation, structured output, and step-by-step execution without constant prompting.
Guides AI to articulate step-by-step reasoning before generating code fixes, significantly improving accuracy and reducing logical errors in debugging.
Goes beyond fixing code to explain what was wrong and what the developer likely misunderstood when writing it. Builds understanding, not just fixes.