概要
The CLI Testing Patterns skill provides a structured framework for auditing and testing command-line interfaces, scripts, and build tools. It guides AI agents through a rigorous methodology that includes command discovery, help text parsing, exhaustive flag validation, and exit code verification. By following these systematic patterns, developers can ensure their CLI tools are robust, follow Unix conventions, and provide clear feedback to users, making it an essential utility for anyone building binary tools or complex automation scripts.