finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard development tools and git commands to manage the development lifecycle.
- Executes project-specific test runners based on the environment (
npm test,cargo test,pytest,go test). - Performs branch management via
git merge-base,git checkout,git pull,git merge, andgit branch. - Interacts with remote repositories using
git pushand the GitHub CLI (gh pr create). - Manages local file systems through worktree operations (
git worktree list,git worktree remove). - The commands are strictly scoped to the primary purpose of development branch management and include logic to prevent execution if tests fail.
Audit Metadata