reorder-alert-report

Generates a severity-tiered low-stock reorder report with recommended order quantities and vendors.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tapway/shogun-os --skill reorder-alert-report-tapway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reorder-alert-report
Source: https://github.com/tapway/shogun-os/tree/main/skills/procurement/reorder-alert-report
Command: npx skills add https://github.com/tapway/shogun-os --skill reorder-alert-report-tapway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Procurement teams need a fast, consistent way to see which SKUs have fallen to or below their reorder point so they can act before stockouts occur. This Skill automates that check and produces a formatted, severity-ranked report instead of requiring manual inventory review. ## Core Features & Use Cases - Severity-Tiered Reporting: Splits low-stock items into Critical (stock at or below safety stock) and Warning (stock at or below reorder point) tiers, sorted so urgent items appear first. - Order Recommendations: Lists recommended order quantity and preferred vendor per SKU, with a fallback calculation of (reorder point x 2) - current stock when the API returns zero. - Scheduled or On-Demand Runs: Runs standalone via scripts/reorder_alerts.py, through the Mon-Fri 8AM cron, or on request, saving output to procurement/reports/ and posting to the #procurement Slack channel. - Use Case: A procurement manager asks "Show me items that need restocking" and receives a formatted report of 5 SKUs requiring reorder, with 2 flagged critical, each with recommended quantities and vendors. ## Quick Start Ask the agent to generate the reorder alert report for today and post it to the procurement channel.

Frequently Asked Questions about reorder-alert-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a low-stock reorder report for inventory?

Run the reorder_alerts.py script directly or ask the agent to generate the reorder alert report. It calls proc_check_reorder_alerts, formats items by severity tier, saves the report to procurement/reports/, and posts it to the #procurement Slack channel.

How are critical and warning reorder alerts classified?

Items with current stock at or below their safety stock level are classified as Critical, while items at or below their reorder point but above safety stock are classified as Warning. Critical items appear first in the report.

Can the reorder report run on a schedule?

Yes, the report is designed to be triggered by a Mon-Fri 8AM cron job in addition to standalone manual runs. Both paths produce the same formatted output and Slack delivery.

What happens when an item has no preferred vendor or recommended quantity?

Items missing a preferred vendor show TBC in the Vendor column instead of causing an error. If the recommended order quantity from the API is zero, a fallback computes (reorder point x 2) minus current stock.

When should I not use the reorder alert report?

Do not use it for full inventory valuation, which is handled by the inventory-valuation-report skill, or for dead stock analysis, which is covered by the dead-slow-stock-detector skill. It only reports items at or below reorder thresholds.