woocommerce-git-draft-pr

woocommerce-git-draft-pr is a skill for Claude Code, Codex from woocommerce/woocommerce. It costs 53 tokens per session (1,148 once invoked), scanned A, original, no licence file.

A workflow for opening a draft pull request, which is a proposed code change shared for review before it is finished. It applies to the current Git branch when the user asks to create or submit a pull request.

In plain words
What is it for?
Preparing the current branch and creating a draft pull request for WooCommerce changes.
Why use it?
It turns a request to open a draft pull request into a defined project workflow. This avoids leaving the agent to decide how to prepare and submit the change.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/woocommerce/woocommerce/woocommerce-git-draft-pr
Any agent
npx skills add woocommerce/woocommerce --skill woocommerce-git-draft-pr
Clone the repo
git clone --depth 1 https://github.com/woocommerce/woocommerce

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for woocommerce-git-draft-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/woocommerce/woocommerce/woocommerce-git-draft-pr.svg)](https://agentmods.dev/skills/woocommerce/woocommerce/woocommerce-git-draft-pr)
Your own site
<a href="https://agentmods.dev/skills/woocommerce/woocommerce/woocommerce-git-draft-pr"><img src="https://agentmods.dev/badge/skills/woocommerce/woocommerce/woocommerce-git-draft-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,148 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.01148
Opus 5 $0.00026 $0.00574
Sonnet 5 $0.00011 $0.00230
Haiku 4.5 $0.00005 $0.00115

Measured yesterday against content hash 136a02f6309b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

woocommerce-git-draft-pr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.ai/skills/woocommerce-git-draft-pr/SKILL.md · 84 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · -1 lines 136a02f6309b
  2. 5d ago First seen · 85 lines · 53 tokens per session scan A 28266e4754cf

Subscribe to this mod's changes

woocommerce-git-draft-pr is a skill published in the GitHub repository woocommerce/woocommerce (10,490 stars, last pushed today), with no licence file. It adds 53 tokens to every session and 1,148 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

eccube-purchase-flow

EC-CUBE 4.4 の受注処理(PurchaseFlow の Processor/Validator)を実装・改修するときの規約。「受注処理を追加して」「値引き/送料/ポイントの計算を入れて」「在庫チェックを追加して」「Processorを作って」「Validatorを作って」「PurchaseFlowにフックして」などと言われたとき、または src/Eccube/Service/PurchaseFlow・プラグインの PurchaseFlow 配下を作成・編集するときに使用する。.

EC-CUBE/ec-cube · 123 tokens

eccube-command

EC-CUBE 4.4 のコンソールコマンド(Symfony Console・#[AsCommand])を実装するときの規約。「コマンドを作って」「バッチを実装して」「cronで動かす処理を作って」「コンソールコマンドを追加して」などと言われたとき、または src/Eccube/Command・プラグインの Command 配下を作成・編集するときに使用する。.

EC-CUBE/ec-cube · 106 tokens

eccube-csv

EC-CUBE 4.4 の CSV 入出力(CsvImportService・CsvExportService・CSV 定義)を実装・改修するときの規約。「CSVインポートを実装して」「CSVエクスポートを追加して」「商品/受注のCSV出力を作って」「CSVの項目を増やして」などと言われたとき、または src/Eccube/Service/CsvService・CSV 定義を作成・編集するときに使用する。.

EC-CUBE/ec-cube · 115 tokens

eccube-customize

EC-CUBE 4.4 の app/Customize によるカスタマイズ(コアのエンティティ/フォーム/サービス/テンプレートをアップグレード安全に拡張・上書き)の規約。「app/Customizeでカスタマイズして」「コアのエンティティにフィールドを足して」「既存フォームに項目を追加して」「コアのサービスを上書き/デコレートして」「テンプレートを上書きして」などと言われたとき、または app/Customize 配下を作成・編集するときに使用する。.

EC-CUBE/ec-cube · 140 tokens

eccube-mail

EC-CUBE 4.4 のメール送信(MailService・メールテンプレート・MailHistory)を実装・改修するときの規約。「メールを送って」「メール送信処理を追加して」「メールテンプレートを足して」「注文確定メールをカスタマイズして」「送信履歴を残して」などと言われたとき、または src/Eccube/Service/MailService・メール用 twig を作成・編集するときに使用する。.

EC-CUBE/ec-cube · 113 tokens

eccube-controller

EC-CUBE 4.4 のコントローラを実装・改修するときの責務分離規約。「コントローラを作って」「アクションを追加して」「このコントローラを直して」「ルーティングを追加して」などと言われたとき、または src/Eccube/Controller・app/Customize/Controller 配下を作成・編集するときに使用する。Fat コントローラを避け業務ロジックを Service へ寄せるための規約。.

EC-CUBE/ec-cube · 122 tokens