git-pr-workflows-git-workflow
Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g
Author
Category
Development ToolsInstall
Hot:1
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-git-pr-workflows-git-workflow&locale=en&source=copy
Git PR Workflow - Multi-Agent Automation Orchestration
Skill Overview
By coordinating multiple specialized intelligent agents, this workflow automates the entire Git process—from code review to PR creation—ensuring code quality, test coverage, and compliance with commit conventions.
Use Cases
Core Features
--skip-tests, --draft-pr, --squash, --conventional, etc., to adapt to different team collaboration needs.Frequently Asked Questions
What Git branching strategies does this workflow support?
It supports two strategies: Feature Branch (feature branches) and Trunk-Based (mainline development). Feature Branch is the default mode and works well for teams that need isolated development and review. Trunk-Based is suitable for teams that want frequent commits to the main branch, and it can be used alongside feature flags.
How can I skip the automated testing step?
Use the
--skip-tests flag to bypass automated test execution. This is only recommended for specific scenarios (e.g., documentation-only changes), because skipping tests can introduce code quality risks.Can I configure custom code review rules?
The workflow performs reviews using multiple specialized agents, such as code-reviewer, test-automator, deployment-engineer, and more. You can customize review rules and check items by modifying the Prompts in each stage.