概要
The Production Code Standards skill (core-rules) is designed for developers who prioritize software integrity over speed. It implements a strict architectural philosophy that eliminates nested logic through guard clauses, forbids the use of mocks in favor of real integration testing, and removes technical debt by prohibiting TODOs and placeholders. By enforcing Test-Driven Development (TDD) for bugs and requiring 100% test pass rates before commits, this skill ensures that every line of code is robust, maintainable, and ready for a production environment.