finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development and version control commands including git operations (merge, push, branch deletion), test runners (npm, cargo, pytest, go test), and the GitHub CLI (gh) for pull request creation.
- [SAFE]: The skill implements several safety best practices:
- It requires test suites to pass before proceeding with any integration tasks.
- It mandates a manual typed confirmation ('discard') before performing destructive git operations.
- It uses structured options to prevent ambiguous agent behavior.
Audit Metadata