원클릭으로
test-changes
Lint modified scripts and execute non-interactive installation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Lint modified scripts and execute non-interactive installation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.