with one click
test-changes
Lint modified scripts and execute non-interactive installation.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Lint modified scripts and execute non-interactive installation.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use when creating a git worktree for isolated feature work. Creates a new branch in a separate working directory adjacent to the main checkout, keeping the original checkout clean.
Alias for the github-cli skill. Use the `github-cli` skill for all GitHub CLI operations.
This skill should be used when working with GitHub via the command line. It provides guidance for gh CLI operations including repository management, pull request workflows, issue tracking, release management, and GitHub API interactions for automation and DevOps tasks.
This skill should be used when creating a git worktree for isolated feature work. Creates a new branch in a separate working directory adjacent to the main checkout, keeping the original checkout clean.
| name | test-changes |
| description | Lint modified scripts and execute non-interactive installation. |
Execute this protocol when the user requests to test changes:
Lint Run shellcheck on modified scripts.
make lint
Execute Installation Determine machine type dynamically and execute with isolated I/O to prevent CLI hangs.
./scripts/test.sh
Validate Verify exit code 0. Only if there are errors then check the logfile generated by the script.