paw-git-operations

Standardize Git branch naming, PR workflows, and selective staging for PAW activity phases.

39|6|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/lossyrob/phased-agent-workflow --skill paw-git-operations
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paw-git-operations
Source: https://github.com/lossyrob/phased-agent-workflow/tree/main/skills/paw-git-operations
Command: npx skills add https://github.com/lossyrob/phased-agent-workflow --skill paw-git-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PAW teams struggle with inconsistent Git workflows across phases, planning, and docs, leading to misnamed branches, risky merges, and slowed collaboration. This skill provides a standardized set of branching conventions, strategy-based guidance, and selective staging to keep work aligned with PAW phases.

Core Features & Use Cases

  • Branch naming conventions to clearly reflect phase, planning, and docs work.
  • Strategy-based branching logic that automates phase/PR review workflows.
  • Selective staging discipline to prevent accidental commits of artifacts and ensure clean histories.
  • Use Case: A feature evolves through phase1, plan, and docs; this skill ensures proper branches are created, staged, and PRs are organized.

Quick Start

Use the paw-git-operations skill to establish PAW-aligned Git workflows on your feature branch.

Frequently Asked Questions about paw-git-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize git branch naming conventions across feature development phases?▼

Standardize git branch naming by applying conventions that clearly reflect phase, plan, and docs work. This ensures branches are consistently organized across multi-branch workflows and align with specific feature development lifecycles.

What's the best way to prevent accidental commits of build artifacts in git?▼

Prevent accidental commits of build artifacts by enforcing selective staging discipline. This practice carefully separates intended changes from unintended artifacts, guaranteeing clean and auditable git histories.

How does strategy-based branching logic automate pull request review workflows?▼

Strategy-based branching logic automates pull request workflows by enforcing structured phase and PR review processes. This approach maintains organized PRs and clean histories as features evolve through phase1, plan, and docs.

Can I use standardized git workflows for multi-branch feature lifecycles?▼

Standardized git workflows support multi-branch feature lifecycles by enforcing branch naming, PR workflows, and selective staging rules. This ensures proper branches are created, staged, and organized across all phases.

Why do inconsistent git workflows slow down team collaboration?▼

Inconsistent git workflows slow collaboration by causing misnamed branches and risky merges across phases, planning, and docs. Standardizing operations enforces selective staging and strategy-based logic to maintain clean, auditable histories.

When do I need selective staging rules for git commits?▼

You need selective staging rules when committing across multi-branch workflows to prevent accidental commits of artifacts. This discipline enforces clean, auditable histories during phase, plan, and docs work.