create-pr
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- Standard Tool Integration: The skill utilizes the official GitHub CLI (
gh) and Git to perform repository operations, which is appropriate for its purpose of automating pull request creation. - Content Sourcing: It reads the repository's PR template (
.github/pull_request_template.md) to ensure consistency with project standards. While this introduces an ingestion point for external content, it is a standard practice for development workflows. - Temporary File Handling: The procedure involves creating a temporary file (
pr-body.md) to stage the pull request body before submission, followed by a cleanup step to remove the file once the operation is complete. - User Guidance: The skill includes checks for necessary prerequisites, such as the
ghCLI installation and authentication status, providing helpful instructions to the user if the environment is not yet configured.
Audit Metadata