gh-contrib

Create GitHub issues and pull requests following contribution guidelines.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/anntnzrb/agents --skill gh-contrib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-contrib
Source: https://github.com/anntnzrb/agents/tree/main/assets/skills/gh-contrib
Command: npx skills add https://github.com/anntnzrb/agents --skill gh-contrib

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub issues and pull requests by ensuring contributions adhere to upstream guidelines, reducing back-and-forth and accelerating collaboration.

Core Features & Use Cases

  • Check contribution guidelines by scanning for CONTRIBUTING.md, README, and issue/PR templates.
  • Detect fork and push to the appropriate remote, then open issues and PRs against the target repository.
  • Generate properly formatted issue titles and bodies that reference the contribution guidelines.
  • Create PRs with the correct branches and include summary sections, then add comments to reflect status updates.
  • Handle cases where guidelines are absent by applying default conventions to label and organize contributions.

Quick Start

Create a GitHub issue and PR for the target repository that follows the contribution guidelines.

Frequently Asked Questions about gh-contrib

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create GitHub issues and pull requests that automatically follow a project's contribution guidelines?

To create issues and PRs that follow contribution guidelines, this Skill scans for CONTRIBUTING.md, README, and issue/PR templates, then generates properly formatted titles and bodies that reference those guidelines before opening the issue or PR against the target repository.

What happens when a repository has no contribution guidelines or templates to detect?

When contribution guidelines are absent, the Skill applies default conventions to label and organize contributions, still generating structured issue titles, PR bodies, and summary sections so your submission remains coherent and reviewable.

Do I need GitHub CLI installed to automate issue and PR creation workflows?

Yes, GitHub CLI is required to automate the contribution workflow, including detecting the appropriate fork, pushing to the correct remote, and opening issues and PRs against the target repository with formatted content.

How do I ensure my pull request includes the correct branch and summary sections required by the project?

The Skill detects existing PR templates and contribution standards, then creates the PR on the correct branch with a generated summary section and status-update comments that reflect upstream formatting requirements.

Can I use this for both open-source and internal projects with contribution standards?

Yes, the Skill applies to any project where contribution standards exist, covering both open-source and internal repositories by parsing available guidelines, forking, pushing, and formatting issue or PR bodies accordingly.