소개
The devcore:testing skill equips Claude with a robust framework for managing the software testing lifecycle, emphasizing a 'investigate first' mentality. It guides users through determining whether a test failure is a regression or an outdated assertion, implements high-standard Test-Driven Development (TDD) cycles, and introduces a specialized delegation pattern for AI agents. By enforcing a separation between code fixing and test execution, it prevents common AI pitfalls like context bloat and recursive error-chasing, ensuring a more reliable and maintainable codebase.