Optimizes the process of debugging and extending CLI commands within the code-forge environment through systematic workflows.
The debug-cli skill provides a comprehensive methodology for developers to maintain and improve the code-forge CLI. It focuses on isolating issues by cloning conversations, utilizing debug builds for faster iteration, and leveraging structured session dumps for prompt analysis. By following this standardized workflow, developers can ensure that CLI changes are verified thoroughly through non-interactive testing and rigorous documentation checks before implementation, preventing regression and data loss.
主な機能
01Non-interactive task testing via -p flag
02Conversation cloning for safe bug reproduction
03JSON and HTML session data exports
0481 GitHub stars
05Systematic Cargo debug build workflows
06Dynamic CLI help documentation verification
ユースケース
01Validating new command-line features and subcommands safely
02Analyzing AI model prompt behavior via structured conversation dumps
03Troubleshooting CLI argument parsing errors in Rust applications