wcs-health-check-processing

wcs-health-check-processing is a skill for Claude Code, Codex from Lonsdale201/wp-agent-skills. It costs 90 tokens per session (2,815 once invoked), scanned A, original, MIT.

A guide to diagnosing missing or delayed WooCommerce Subscriptions renewals using built-in health checks and background processing tools. Action Scheduler is WooCommerce's queue for delayed tasks, and web cron runs those tasks through website requests.

In plain words
What is it for?
Use it to inspect health-check results, resolve renewal problems, configure dedicated processing, and investigate delayed automatic or manual renewals.
Why use it?
It helps find renewal orders that were not created, payments that are stuck, and queues that are unreliable on stores with little traffic or disabled WordPress cron.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect health-check results, resolve renewal problems, configure dedicated processing, and investigate delayed automatic or manual renewals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lonsdale201/wp-agent-skills/wcs-health-check-processing
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.

Any agent
npx skills add Lonsdale201/wp-agent-skills --skill wcs-health-check-processing
Clone the repo
git clone --depth 1 https://github.com/Lonsdale201/wp-agent-skills

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 wcs-health-check-processing

README.md
[![agentmods](https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/wcs-health-check-processing/github.svg)](https://agentmods.dev/skills/lonsdale201/wp-agent-skills/wcs-health-check-processing)
Your own site
<a href="https://agentmods.dev/skills/lonsdale201/wp-agent-skills/wcs-health-check-processing"><img src="https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/wcs-health-check-processing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wcs-health-check-processing

Your own site · 80×15
<a href="https://agentmods.dev/skills/lonsdale201/wp-agent-skills/wcs-health-check-processing"><img src="https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/wcs-health-check-processing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,815 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00090 $0.02815
Opus 5 $0.00045 $0.01407
Sonnet 5 $0.00018 $0.00563
Haiku 4.5 $0.00009 $0.00281

Measured 8d ago against content hash 8b3cb27c3553, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

wcs-health-check-processing 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 8d ago.

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.

woocommerce/wcs-health-check-processing/SKILL.md · 196 lines

How it starts

The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.

WooCommerce Subscriptions: Health Check and processing reliability

Use this when debugging WCS 8.8+ subscription processing, missing renewal orders, stuck manual renewals, Health Check scan results, or low-traffic stores where Action Scheduler is not reliably processing subscription work.

Misconception this skill corrects

"If renewals are missing, create Action Scheduler rows or write _schedule_next_payment directly."

That can duplicate or desync WCS state. WCS 8.8 ships a Health Check scanner and Processing Reliability settings. Use the subscription object APIs, built-in Health Check tooling, and Action Scheduler configuration before inventing custom queue runners.

When to use this skill

Trigger when ANY of the following is true:

  • The user mentions WooCommerce > Status > Subscriptions, Health Check, Resolve, missing renewals, automatic-renewal candidates, or scan/cancel scan.
  • Code contains wcs_health_check_candidates, wcs_health_check_runs, wcs-health-check, RemediationAdvisor, ToolRunner, CandidateStore, ScheduleManager, or StatusTab.
  • The store has renewal delays, DISABLE_WP_CRON, low traffic, or asks about Dedicated processing / Web cron support.
  • Code contains wcs_dedicated_queue_enabled, woocommerce_subscriptions_queue_rotation, wcs_external_trigger_rate_limit_window, or /subscriptions/job-queue.

Health Check surface

WCS registers the Health Check tab from Automattic\WooCommerce_Subscriptions\Internal\HealthCheck\Bootstrap during plugin init.

Surface Location / name Notes
Admin tab WooCommerce > Status > Subscriptions StatusTab::TAB_SLUG is wcs-health-check.
Candidate table {$wpdb->prefix}wcs_health_check_candidates Detected subscriptions per scan run.
Run table {$wpdb->prefix}wcs_health_check_runs Scan run metadata and progress.
Log source wcs-health-check Used for scan/remediation/table failures.
AJAX suggest wp_ajax_wcs_health_check_suggest_remediation Nonce action wcs_health_check_suggest_remediation.
AJAX tool call wp_ajax_wcs_health_check_tool_call Nonce action wcs_health_check_tool_call.
AJAX scan status wp_ajax_wcs_health_check_scan_status Nonce action wcs_health_check_scan_status.

Read the full file on GitHub · 196 lines

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. 8d ago First seen · 196 lines · 90 tokens per session scan A 8b3cb27c3553

Subscribe to this mod's changes

wcs-health-check-processing is a skill published in the GitHub repository Lonsdale201/wp-agent-skills (22 stars, last pushed yesterday), licensed MIT. It adds 90 tokens to every session and 2,815 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

comet-hotfix

A quick workflow for fixing an existing bug in Comet, a tool that manages structured code changes. It moves through opening the change, building, checking, and archiving it.

rpamis/comet · 29 tokens

comet-hotfix

Comet preset path: Bug fix / hotfix. Skip brainstorming, directly open → build → verify → archive. Applicable for behavior fixes, scenarios not involving new capability design.

rpamis/comet · 40 tokens

comet-github-issue-fix

A workflow for fixing a confirmed Comet-related GitHub issue or review blocker within an isolated scope. It covers matching the work to the relevant workflow, testing the change, checking runtime results, and preparing a careful handoff.

rpamis/comet · 71 tokens

comet-github-issue-triage

A read-only workflow for checking and classifying Comet GitHub Issues, which are reports or requests about a software project. It compares each report with the repository’s code, tests, configuration, installation behavior, and existing issues.

rpamis/comet · 66 tokens

comet-runtime-diagnose

A diagnostic procedure for Comet's hooks, installation, routing, platform support, generated runtime, and lifecycle behavior.

rpamis/comet · 70 tokens

cherry-electron-dev

Develop, fix, and profile Cherry Studio in a tracked Electron instance. Use for everyday implementation, UI and interaction work, bug fixing, runtime debugging, DevTools inspection, lag or jank investigation, CPU and memory monitoring, leak checks, and startup-performance analysis; reuse a verified workspace instance…

CherryHQ/cherry-studio · 75 tokens