The God Mode Outbound PR Engine. Automatically discover target repositories in your niche, generate valuable configuration files for them (CI/CD, Issue Templates, or AI Metadata), and submit Pull Requests linking back to your project. Earn high-reputation stars by providing genuine value to the open-source community.
Why this works: GitHub's Trending algorithm relies heavily on Star Velocity (spikes in 24h) and Stargazer Reputation (stars from established maintainers count more than new accounts). By helping existing maintainers, you tap directly into the highest-reputation users on the platform.
- 3 "Gifts" (Fix Modules): Add missing CI/CD workflows, Issue Templates, or
.claude-pluginAI Metadata. - Auto-Discovery: Uses the GitHub API to find active repositories based on your target topics.
- Polite PR Builder: Automatically forks, clones, commits, and opens a highly polite PR that non-intrusively links back to your project.
- Anti-Spam State: Remembers which repos you've processed in
data/history.jsonso you never spam the same project twice. - Dry-Run Mode: Test your search queries and see the exact
git diffbefore ever opening a PR.
If you are using Claude Code or Google Antigravity, you can install this directly as a skill: ```bash /plugin install github:Rishiidev/github-growth-agent ```
-
Clone the repository: ```bash git clone https://github.com/Rishiidev/github-growth-agent.git cd github-growth-agent ```
-
Ensure you have the GitHub CLI (`gh`) installed and authenticated: ```bash gh auth login ```
-
Run the engine in Dry-Run mode to test: ```bash node index.mjs --dry-run ```
-
Run the engine live (Limit to 5-10 PRs per day to avoid API limits!): ```bash node index.mjs ```
We have included a template at .github/workflows/bot-cron.yml. Simply uncomment it to run this script automatically on a daily schedule directly from GitHub's servers.
MIT License