finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes common development environment commands to verify work status, including
npm test,cargo test,pytest, andgo test ./.... - [COMMAND_EXECUTION]: It performs standard Git operations to manage branches, such as
git merge,git push, andgit branch -d. - [COMMAND_EXECUTION]: It utilizes the GitHub CLI (
gh pr create) to automate the creation of Pull Requests, which is a routine developer task. - [SAFE]: The skill includes robust safeguards, specifically a 'Red Line' policy that prevents merging if tests fail and requires the user to type 'discard' before any data deletion occurs.
Audit Metadata