概要
This Claude Code skill provides a comprehensive framework for implementing high-quality Python tests within your development workflow. It enforces a strict directory structure that mirrors source code, ensures high test coverage with a target of 95% or higher, and prioritizes testing public APIs. By utilizing specialized commands to resolve test paths and standardizing pytest patterns, it helps developers maintain consistent, robust, and maintainable test suites for any Python module, class, or function.