AI AGENT ADDONS

Github Contributor

daymade/claude-code-skills

Open-source projects rely on contributions from people like you. But getting a pull request accepted can be tricky. This guide walks you through every step from finding a project to getting your code merged. It covers discovery, implementation, and how to talk to maintainers. You will learn how to keep your changes small and clear. The goal is to make your pull request one that maintainers want to merge.

Before you write any code, the guide teaches you to check the project's rules. You read the CONTRIBUTING.md file as a hard contract. You also check how big recent merged pull requests were. This stops you from wasting time on a change that is too large or against the rules.

You also create a scope contract to keep your work focused. When you implement, you follow a disciplined branch and diff strategy. After submission, the guide helps you respond to reviews and resolve conflicts. This playbook saves you from the most common mistakes that cause pull requests to be closed.

Add Github Contributor skill to your workflow

Global

mkdir -p ~/.claude/skills/github-contributor

Project

mkdir -p .claude/skills/github-contributor

Source Repository

Stars
1,223
Forks
199
Watchers
1,223
License
MIT
Last Push
23 days ago
Created
9 months ago