关于
AC Test Generator is a specialized Claude Code skill designed to streamline the RED phase of Test-Driven Development (TDD) by automatically scaffolding failing test cases before implementation begins. It supports multiple testing layers, including unit, integration, and end-to-end (E2E) tests, ensuring that every feature is backed by robust acceptance criteria. By generating standardized Pytest structures, mocking dependencies, and defining clear assertion logic, it allows developers to focus on writing the minimum code necessary to pass tests, fostering a more disciplined and efficient development workflow.