check-pr
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes the GitHub CLI (
gh) andgitto perform operational tasks such as viewing PR status, checking CI logs, and committing fixes. These operations use the$ARGUMENTSvariable to target specific pull requests, which is a standard pattern for CLI-based automation. - External Data Interaction: To fulfill its purpose of addressing feedback, the skill retrieves and processes external content from GitHub, including PR titles, descriptions, and comments.
- Ingestion points: External content is fetched via
gh pr viewandgh apicommands as documented inSKILL.md. - Boundary markers: The instructions do not define specific delimiters for the data retrieved from GitHub.
- Capability inventory: The skill possesses the ability to perform
git pushand post comments viagh api(POST) across all sections of the script. - Sanitization: The skill processes the feedback directly from the API output to inform the agent's actions, which is necessary for the intended feedback-loop automation.
Audit Metadata