AI AGENT ADDONS
Git & Pull Requests
1,857installs

When you need to save your work and share it with a project, this skill helps you. It commits changes and creates a pull request to the official upstream repository. You can focus on your code while it handles the steps.

The skill first creates a new branch for your changes. It checks all modifications to avoid mistakes. Then it adds only the relevant files and commits with a clear message. After pushing the branch, it opens a pull request to the main project. Everything is done without mentioning AI or automation in the commit or PR text.

If you have permission and want to merge, it can finish the job. It merges the PR, returns to the main branch, syncs with upstream, and cleans up both local and remote temporary branches. This keeps your work organized and professional.

Add Git Commit Pr skill to your workflow

Global

mkdir -p ~/.claude/skills/git-commit-pr

Project

mkdir -p .claude/skills/git-commit-pr

Source Repository

Stars
0
Forks
0
Watchers
0
Last Push
2 months ago
Created
5 months ago