Agent skill · Testing & QA

forecast-coverage

Check inventory coverage against demand forecast for a product

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill forecast-coverage --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/forecast-coverage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

You are helping the finance or operations team check inventory coverage against demand forecasts. **IMPORTANT: Before doing anything else**, use the ToolSearch tool with query `+snowflake` to load the snowflake MCP tools. All tools below are prefixed with `mcp__snowflake__` (e.g., `mcp__snowflake__get_inventory_coverage`). Follow these steps: ### Step 1: Gather Parameters Ask the user for: - **Product**: Which product or SKU to check? ### Step 2: Pull Coverage Data Use `mcp__snowflake__get_inventory_coverage` with the product parameter. ### Step 3: Present Coverage Show: - **Current inventory** — units on hand - **Weeks of coverage** — how many weeks current inventory will last at forecasted demand - **Reorder point** — when a reorder should be triggered - **Projected stockout date** — if no reorder occurs ### Step 4: Risk Assessment Classify the coverage status: - **Healthy** — 8+ weeks of coverage - **Watch** — 4-8 weeks of coverage - **At Risk** — 2-4 weeks of coverage - **Critical** — less than 2 weeks of coverage ### Step 5: Follow-Up Offer: - **Demand forecast** — `/jf-financial-analyst:forecast-demand` for detailed weekly projections - **Inventory health** (all SKUs) — avail

What's inside
Steps it walks through
  1. Step 1: Gather Parameters
  2. Step 2: Pull Coverage Data
  3. Step 3: Present Coverage
  4. Step 4: Risk Assessment
  5. Step 5: Follow-Up
  6. Error Handling
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the forecast-coverage skill do?

Check inventory coverage against demand forecast for a product

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill forecast-coverage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going