woocommerce-git

Govern Git and GitHub workflows for WooCommerce repositories with PR templates.

3|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/woocommerce/woocommerce-fraud-protection --skill woocommerce-git
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: woocommerce-git
Source: https://github.com/woocommerce/woocommerce-fraud-protection/tree/main/.ai/skills/woocommerce-git
Command: npx skills add https://github.com/woocommerce/woocommerce-fraud-protection --skill woocommerce-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidelines for git and GitHub operations help WooCommerce teams standardize workflows, reduce miscommunication, and accelerate reviews.

Core Features & Use Cases

  • PR template compliance: Follow the template at .github/PULL_REQUEST_TEMPLATE.md and ensure all sections are present or marked N/A.
  • Branching and commit hygiene: Adhere to consistent naming and messaging to improve traceability and review efficiency.
  • PR body automation: Pass the body via a HEREDOC to gh pr create --body to streamline submission and context propagation.

Quick Start

Follow the guidelines to create a PR using the provided GitHub PR template.

Frequently Asked Questions about woocommerce-git

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

FAQPage Schema
How do I standardize pull request templates for WooCommerce GitHub repositories?▼

Standardize WooCommerce pull requests by following the canonical PR template at .github/PULL_REQUEST_TEMPLATE.md, ensuring all sections are present or explicitly marked N/A for compliance.

What is the best way to automate GitHub PR body creation for WooCommerce contributions?▼

Automate GitHub PR body creation by passing the pull request content via a HEREDOC to the 'gh pr create --body' command, streamlining submission and context propagation for WooCommerce repositories.

How do I maintain Git branch naming and commit hygiene for open-source WooCommerce contributions?▼

Maintain Git branch naming and commit hygiene by adhering to consistent naming conventions and messaging guidelines, improving traceability and accelerating code review efficiency across WooCommerce repositories.

Do I need specific Git workflows for internal WooCommerce code reviews?▼

Yes, internal WooCommerce code reviews require specific Git workflows that enforce code review standards, contribution guidelines, and template-based documentation to reduce miscommunication and accelerate reviews.

Why does my WooCommerce pull request fail the code review governance checks?▼

WooCommerce pull requests fail governance checks when they do not adhere to the canonical PR templates, branch naming conventions, or commit hygiene standards specified in the contribution guidelines.