finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development commands to verify code quality and manage version control.
- Evidence: Executes
npm test,cargo test,pytest, andgo test ./...in Step 1 to ensure tests pass before proceeding. - Evidence: Uses
git merge,git pull,git push, andgit branchto handle branch integration and cleanup. - [COMMAND_EXECUTION]: Utilizes external CLI tools to facilitate development workflows.
- Evidence: Uses the GitHub CLI (
gh pr create) to automate the creation of pull requests. - Mitigation: Employs shell best practices (quoted heredocs) when interpolating content into commands to prevent unintended shell expansion.
Audit Metadata