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.
71
88%
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
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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.
Yes: `review-round.sh` pulls outsider-authored PR/issue comments and review bodies from the GitHub repo via `gh api "repos/$REPO/issues/$PR/comments?...` and `gh api "repos/$REPO/pulls/$PR/reviews?...` into `COMMENTS_RAW`/`REVIEWS_RAW`, then extracts the free-text review bodies (e.g., `CODEX_BODY`, `CUBIC_BODY`) and reports/saves them—so that text can be fed into the agent’s LLM context by downstream tooling that consumes these generated verdict files.
33d2845
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.