git-workflow
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a standard set of git workflow rules such as squash-merging, avoiding rebases, and prohibiting force pushes. These are common development practices and do not pose a security risk.
- [COMMAND_EXECUTION]: The skill utilizes standard git and GitHub CLI (
gh) commands (e.g.,git fetch,git merge,gh repo view) to perform repository management tasks. These commands are used for their intended purpose within the user's local git environment.
Audit Metadata