What problem does it solve?
This Skill extends the command-verify functionality by actually running safe commands and capturing their real-time output. It eliminates the uncertainty of whether documentation examples or build steps truly work, preventing broken processes and ensuring the reliability of your project's instructions. It provides concrete proof of execution, saving you from manual testing and debugging.
Core Features & Use Cases
- Safe Execution: Prioritizes safety by only running commands categorized as "Safe" or "Conditional" (with explicit user confirmation), preventing accidental destructive actions.
- Output Capture: Records
stdout, stderr, and exit codes for each command, providing verifiable results and detailed insights into execution.
- Performance Comparison: Automatically detects performance regressions or unexpected output changes by comparing current runs with historical data, ensuring consistent performance.
- Use Case: After updating your project's build scripts or CI/CD configurations, ask this Skill to "execute the safe commands." It will run
npm run build, npm run test, and npm run lint, capturing their outputs and confirming they still function correctly, giving you peace of mind before deployment.
Quick Start
Execute all safe commands in the project and show their output.