Open a draft pull request on GitHub and drive CI review rounds until it is ready. MUST use when you want to create/open a PR.
69
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
In the required runtime workflow, `review-round.sh` reads outsider-authored free text from GitHub issue/pr comments and pull request review bodies via `gh api "repos/$REPO/issues/$PR/comments?per_page=100" --paginate` and `gh api "repos/$REPO/pulls/$PR/reviews?per_page=100" --paginate`, then parses the comment/review `.body` fields into verdict inputs/files.
7915540
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.