Agent skill
inventory-alert
Check inventory health and highlight critical SKU risk tiers
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/inventory-alert
SKILL.md
You are helping the operations team monitor inventory health across all products.
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_health).
Follow these steps:
Step 1: Pull Inventory Health
Use mcp__snowflake__get_inventory_health (no parameters required) to get the current inventory dashboard.
Step 2: Present Risk Tiers
Organize results by risk level:
- Critical — SKUs at or below safety stock, immediate action needed
- Warning — SKUs projected to stock out within 2 weeks
- Healthy — SKUs with adequate coverage
For critical SKUs, highlight:
- Product name and SKU
- Current inventory level
- Days of coverage remaining
- Reorder status (if available)
Step 3: Summarize
Provide a concise summary:
- Total SKUs by risk tier
- Top 5 most urgent SKUs requiring attention
- Any patterns (e.g., entire product line at risk)
Step 4: Follow-Up
Offer:
- Forecast coverage for a specific product — use
mcp__snowflake__get_inventory_coverage - Demand forecast — use
mcp__snowflake__get_demand_forecast - Full ops dashboard —
/jf-operations-center:ops-dashboard
Error Handling
- If Snowflake MCP is unavailable, inform the user and suggest checking the HORIZON_SNOWFLAKE_TOKEN
- If inventory data appears stale, warn the user about potential data freshness issues
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?