git-pr-workflows-git-workflow

by Unknown v1.0.0

This skill orchestrates a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern git best practices, including Conventional Commits, automated testing, and structured PR creation.

It coordinates multiple specialized agents to ensure code quality before commits are made. The code-reviewer agent performs initial quality checks, the test-automator ensures all tests pass, and the deployment-engineer verifies production readiness. By orchestrating these agents sequentially with context passing, we prevent broken code from entering the repository while maintaining high velocity.

The workflow supports both trunk-based and feature-branch strategies with configurable options for different team needs.

What It Does

Automates the git workflow, incorporating code review, testing, and deployment readiness checks, ensuring high-quality code and preventing broken code from entering the repository.

When To Use

When working on complete git workflow tasks, needing guidance on best practices, or requiring checklists for multi-agent orchestration in git environments.

Installation

Copy SKILL.md to your skills directory

View Universal documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.