finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses various standard git and shell commands (
git merge,git worktree,gh pr create,npm test) to manage the development lifecycle. These operations are aligned with the skill's stated purpose of finishing a development branch. - [COMMAND_EXECUTION]: The skill executes project-specific test runners (e.g.,
npm test,pytest,cargo test) to verify code quality before merging. This is a standard development practice and is executed within the local repository context. - [COMMAND_EXECUTION]: The skill includes logic to remove git worktrees using
git worktree remove. Safety checks are included to ensure worktrees are only removed if they reside in specific directories (.worktrees/orworktrees/) and after user confirmation for destructive paths.
Audit Metadata