auto-github-contributor

Automate GitHub OSS contributions from issue discovery to PR creation.

137|29|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/nexu-io/auto-github-contributor --skill auto-github-contributor-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-github-contributor
Source: https://github.com/nexu-io/auto-github-contributor/tree/main/skills/auto-github-contributor
Command: npx skills add https://github.com/nexu-io/auto-github-contributor --skill auto-github-contributor-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, rg, and includes scripts (resource) components.

What problem does it solve?

Interactively drives an end-to-end OSS contribution pipeline in any GitHub repo, from discovery to PR URL.

Core Features & Use Cases

  • Prerequisites checks and guided repo resolution to ensure smooth startup.
  • Dual discovery: local repo quick-wins and labeled issues, with ranked picks for faster wins.
  • End-to-end PR workflow: isolate workdir, generate SPEC.md/TODO.md, run a TDD loops, push PR, and print the URL.
  • Safety rails and user prompts to prevent destructive actions and surface decisions clearly.

Quick Start

Invoke the slash command and follow the prompts to select a target repo and start the end-to-end contribution workflow.

Frequently Asked Questions about auto-github-contributor

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

FAQPage Schema
How do I automate open source contributions and pull requests on GitHub?

To automate open source contributions, this Skill discovers GitHub issues, validates prerequisites, creates a working branch, runs a TDD loop, and pushes a PR via gh pr create. It drives an end-to-end workflow from issue discovery to the final PR URL.

What is the best way to find quick-win issues in a GitHub repository?

Finding quick-win issues is handled through dual discovery of local repository quick-wins and labeled issues. The Skill ranks these picks to help you target faster contribution wins across any GitHub repository.

Do I need gh and jq installed to automate GitHub PR workflows?

Yes, you need gh, git, jq, and rg installed with proper authentication to automate GitHub PR workflows. The Skill relies on these dependencies to read repository metadata and execute the end-to-end contribution pipeline.

How does TDD integrate with automated GitHub code contributions?

TDD integrates through a formal development loop within the contribution workflow. The Skill isolates a working directory, generates SPEC.md and TODO.md, runs the TDD loop with automated checks, and then pushes the resulting PR.

Can I use this automation workflow on any GitHub repository?

Yes, you can use this workflow on any GitHub repository. It applies to any repo and supports discovering labeled issues and quick-wins, while providing safety rails and user prompts to prevent destructive actions during the process.