From dev-accelerator
Runs complete Git workflow with agents: reviews uncommitted changes, ensures tests pass, verifies deployment readiness, creates conventional commit message, pushes, and opens PR to target branch.
npx claudepluginhub dotclaude/marketplace --plugin dev-acceleratoropusworkflows/Complete Git workflow using specialized agents: 1. code-reviewer: Review uncommitted changes 2. test-automator: Ensure tests pass 3. deployment-engineer: Verify deployment readiness 4. Create commit message following conventions 5. Push and create PR with proper description Target branch: $ARGUMENTS
/git-workflowGuides git workflows: prepare PRs, clean merged/stale branches, resolve conflicts, create version tags. Uses pr|clean|conflicts|tag args or auto-detects from git status.
/git-workflowOrchestrates git workflow from code review and quality gates through commit, push, and PR creation to target branch. Supports flags: --skip-tests, --draft-pr, --no-push, --squash, --conventional, --trunk-based.
/git-workflowOrchestrate 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.
/git-workflowManages Git workflows, branching strategies, and repository operations with support for team collaboration.
/git-workflowManages Git workflows, branching strategies, and repository operations with support for team collaboration.
Complete Git workflow using specialized agents:
Target branch: $ARGUMENTS