Commit f8eac71181 for woocommerce

commit f8eac711818d3cdfade01f06f6fceafcc5108159
Author: Brandon Kraft <public@brandonkraft.com>
Date:   Mon Feb 2 06:22:31 2026 -0600

    Add PR template instruction to CLAUDE.md (#62995)

    * docs: move PR template instructions to woocommerce-git skill

    * docs: preserve PR template structure, use N/A for non-applicable sections

    * docs: simplify PR guidance, reference template as source of truth

diff --git a/.ai/skills/woocommerce-git/SKILL.md b/.ai/skills/woocommerce-git/SKILL.md
new file mode 100644
index 0000000000..22e913b976
--- /dev/null
+++ b/.ai/skills/woocommerce-git/SKILL.md
@@ -0,0 +1,10 @@
+---
+name: woocommerce-git
+description: Guidelines for git and GitHub operations in the WooCommerce repository.
+---
+
+# WooCommerce Git Guidelines
+
+## Pull Requests
+
+When creating PRs, follow the template at `.github/PULL_REQUEST_TEMPLATE.md`. Include all sections from the template; if a section does not apply, write "N/A" under that heading. Pass the body via a HEREDOC to `gh pr create --body`.
diff --git a/CLAUDE.md b/CLAUDE.md
index 1b06d7f3de..d1e72b6220 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -32,6 +32,7 @@ The `.ai/skills/` directory contains procedural HOW-TO instructions:
 - **`woocommerce-copy-guidelines`** - UI text standards (sentence case rules)
 - **`woocommerce-code-review`** - Code review standards and critical violations to flag
 - **`woocommerce-markdown`** - Markdown writing and editing guidelines
+- **`woocommerce-git`** - Guidelines for git and GitHub operations

 **CRITICAL:** After reading a skill, check if a personal skill override file exists at
 `~/.ai/skills/{skill-name}-personal/SKILL.md` and apply it too. For example, for the