بنقرة واحدة
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.