概要
Command Executor is a specialized Claude Code skill designed to bridge the gap between identifying shell commands and running them with confidence. It implements a robust safety layer by categorizing commands into safe, conditional, or dangerous groups, effectively preventing accidental data loss or destructive operations. The skill automates the execution of build scripts, tests, and linters while capturing granular metrics—including stdout, stderr, exit codes, and duration—into a persistent local cache. By integrating with git-aware change detection, it ensures that your project documentation remains accurate and your scripts remain performant across different environments.