finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard Git commands for branch management, including
git checkout,git merge,git branch, andgit worktree. These are necessary for the skill's primary function of development lifecycle management. - [COMMAND_EXECUTION]: The skill requires running project-specific test suites (e.g.,
npm test,cargo test,pytest,go test) to ensure code quality before proceeding with any merge or integration, which is a security and stability best practice. - [EXTERNAL_DOWNLOADS]: The skill performs
git pullandgit pushoperations to synchronize the local repository with the remote (origin). These are standard network operations for Git-based development workflows.
Audit Metadata