yeet
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Automated Command Execution: The skill utilizes the
gitandgh(GitHub CLI) tools to perform repository management tasks. This includes creating branches, staging files, and committing changes based on user descriptions. - Project Check and Dependency Management: The workflow includes instructions to run local project checks and install necessary dependencies. This involves executing project-specific commands within the local environment to ensure code quality before pushing changes.
- Uninterrupted Workflow Configuration: To facilitate automation, the skill configures the environment to suppress interactive terminal prompts (e.g., using
GH_PROMPT_DISABLED=1). This is a standard practice for automation tools to ensure the process completes without requiring manual intervention. - Pull Request Automation: The skill automates the creation of GitHub pull requests, including the generation of detailed descriptions from project metadata and diffs to assist in the review process.
Audit Metadata