github-pr-merge
✓Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.
Installation
SKILL.md
Merges Pull Requests after validating pre-merge checklist and handling post-merge cleanup.
| Tests passing | make test | Yes | | Linting passing | make lint or make check | Yes | | CI checks green | gh pr checks $PR | Yes | | All comments replied | Verify only, don't reply | Yes | | No unresolved threads | Review PR page | Yes |
Merge strategy: Always use --merge (merge commit), never squash or rebase per project guidelines.
Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup. Source: fvadicamo/dev-agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-merge- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is github-pr-merge?
Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup. Source: fvadicamo/dev-agent-skills.
How do I install github-pr-merge?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-merge Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/fvadicamo/dev-agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01