一键导入
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.