Skill Detail

Review open pull requests against repository contribution guidelines

This entry turns GitHub Next's Contribution Check workflow into a maintainer-facing agent routine. The agent batches open pull requests, compares them to CONTRIBUTING.md, labels likely-ready submissions, comments on gaps, and produces a report issue so humans can spend review time where it matters.

Templates & WorkflowsMulti-Framework
Templates & Workflows Multi-Framework Security Reviewed
Tool match: agentics MIT license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill review-open-pull-requests-against-repository-contribution-guidelines Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
GitHub CLI, the gh-aw extension, and a repository with CONTRIBUTING.md
Install & setup
gh extension install github/gh-aw && gh aw add-wizard githubnext/agentics/contribution-check
Author
GitHub Next
Publisher
Open Source Project
Last updated
Apr 13, 2026
Quick brief

This entry is built from GitHub Next’s Contribution Check workflow in the githubnext/agentics repository. The underlying tool is a reusable GitHub Agentic Workflow installed through the gh-aw extension, but the skill here is the bounded maintainer job-to-be-done: periodically review open pull requests against a repository’s contribution rules and sort them into actionable groups. The agent fetches candidate pull requests, reads the repository’s CONTRIBUTING.md, checks for obvious policy mismatches, and then applies lightweight workflow outputs such as comments, labels, and a report issue.

How it works

What this skill actually does

You invoke this when a repository receives enough outside contributions that maintainers need help triaging backlog before deep code review starts. It is useful for deciding which PRs look ready, which need contributor follow-up, and which appear outside project rules. It should be used instead of manual inbox-style PR scanning when the problem is repeated guideline enforcement rather than one-off review. The scope boundary matters: this entry does not replace full code review, security review, or general GitHub automation. It is specifically about contribution-guideline triage for open pull requests.

Integration points include GitHub Actions scheduling, the gh CLI plus the gh-aw extension, repository labels, report issues, and the optional TARGET_REPOSITORY variable documented upstream. After editing the workflow, maintainers compile it with gh aw compile. Because the workflow depends on an actual CONTRIBUTING.md and produces narrow, review-supporting outputs, this remains a skill-shaped operator workflow instead of a generic product listing for GitHub or automation tooling.