Use when the developer asks for a commit message or PR summary. The agent never commits or opens PRs.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add rabee-elkholy/android-agent-harness --skill git-pr-automator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Pr Automator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rabee-elkholy-git-pr-automator)More formats (shields.io, HTML) on the badges page.
---
name: git-pr-automator
description: Use when the developer asks for a commit message or PR summary. The agent never commits or opens PRs.
---
# Git notes (developer-owned)
The AI agent works **locally** and leaves changes unstaged.
The developer commits from their IDE. The agent must not `git add`, commit, push, or open a PR. Draft the message only.
## Conventional Commits (when the developer commits)
- `feat(scope):`
- `fix(scope):`
- `refactor(scope):`
- `test(scope):`
- `perf(scope):`
If asked to draft a commit/PR summary only, suggest:
- Title
- What changed (bullets)
- Modules (`:app`, `:base`, …)
- How it was verified (tests / device Pass)
## Worktrees
Do not create or use Git worktrees. Subagents inherit the opened checkout.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!