create-pr
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Line Execution: The skill instructs the agent to execute standard shell commands using the
gitandgh(GitHub) CLI tools. These commands are necessary to manage branches and create pull requests as described in the skill's purpose. - File System Operations: The skill performs basic file operations, such as reading a template from
.github/pull_request_template.mdand creating a temporarypr-body.mdfile in the repository root. These actions are used to prepare the pull request content and include a cleanup step to remove the temporary file. - Repository Data Processing: The skill processes information from the repository's pull request template. While this involves reading external content, it is a standard practice for maintaining project consistency and is handled within the scope of pull request creation.
Audit Metadata