CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. fvadicamo
  4. /
  5. dev-agent-skills
  6. /
  7. Github Pr Merge

Github Pr Merge

Editor's Note

This handles the full PR merge ceremony so you don't skip steps. It validates that all review comments have replies (blocks the merge if they don't), runs tests and lint, checks CI status, and warns if you forgot to assign a milestone. Always shows you a checklist summary before merging, uses merge commits instead of squash, auto-deletes the feature branch, and checks if the milestone is done afterward. The merge message format is refreshingly terse, just bullets for changes plus one-liners for review stats and test coverage. Good for teams that want enforcement on the boring pre-merge stuff without writing the same bash incantations every time.

Install

npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-merge
Votes
0
Installs214
GitHub Stars63
Categories
Git & Pull RequestsCode Review & QualityAI & Agent Building
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Git & Pull Requests Skills

View all →
github-pr-review

fvadicamo/dev-agent-skills

0
491
63
github pr review
create-github-pull-request-from-specification

github/awesome-copilot

0
9k
34.3k
Automated GitHub pull request creation from specification templates with draft-to-review workflow.
github-issues

github/awesome-copilot

0
11.9k
34.3k
Create, update, and manage GitHub issues with full workflow support including types, labels, assignees, and dependencies.
create-github-issues-feature-from-implementation-plan

github/awesome-copilot

0
8.7k
34.3k
Create GitHub Issues automatically from implementation plan phases.
create-github-issue-feature-from-specification

github/awesome-copilot

0
8.6k
34.3k
Create GitHub issues from specification files using the feature_request.yml template.
create-github-issues-for-unmet-specification-requirements

github/awesome-copilot

0
8.6k
34.3k
Automatically create GitHub issues for specification requirements not yet implemented in code.