com um clique
test-changes
Lint modified scripts and execute non-interactive installation.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Lint modified scripts and execute non-interactive installation.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.