git-pr-workflow

Automate GitHub workflow from commit to PR with gh CLI.

Updated Oct 1, 2025
One-click install
npx skills add https://github.com/j0KZ/mcp-agents --skill git-pr-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pr-workflow
Source: https://github.com/j0KZ/mcp-agents/tree/main/starter-kit/template/.claude/skills/git-pr-workflow
Command: npx skills add https://github.com/j0KZ/mcp-agents --skill git-pr-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates a complete GitHub development workflow from commit to PR, enforcing conventional commits, branch hygiene, pre-push quality checks, PR creation with gh CLI, and wiki synchronization. It helps teams ship features faster with safer QA.

Core Features & Use Cases

  • Conventional commits: Enforces standardized commit messages
  • Branch management: Creates feature/fix branches from main
  • Pre-push quality checks: Build, tests, security scans, dependency checks
  • PR creation with gh CLI: Automates PR creation with templated bodies
  • Wiki synchronization: Keeps docs in sync after merges
  • Use Case: Practical workflow for a typical feature PR in MCP projects.

Quick Start

Start by creating a feature branch from main, then commit changes using the conventional format, run pre-push checks, push to GitHub, and create a PR with gh pr create. After merge, synchronize the wiki to reflect changes.