Add category-monitor skill#18
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
KISS review: the skill currently promises week-over-week monitoring without a usable baseline contract. It says each run is its own session, later runs should read the previous recorded table, and the skill is read-only; in a fresh invocation the agent cannot recover that baseline, so it may fail or infer/fabricate changes. Please either make the previous report/table an explicit required input or remove the ongoing monitor/diff promise until storage/automation exists. Also, it routes one-shot snapshots to |
Review —
|
…oday's snapshot is downloadable Addresses review: baseline persistence is now an explicit user-supplied input (no hidden session memory); adds downloadable export. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Summary
Adds the
category-monitorskill: Weekly monitor of a category's aggregate health (estimated sales, products, catalog products, sellers, medal mix, monopolization), reporting what changed since last week.Lives in
skills/category-monitor/SKILL.mdand is registered in the README skills table. Public behavior and user-visible workflow only — no internal service names, schema, or implementation details.Public-Safety Checklist
SKILL.mdfrontmattername.🤖 Generated with Claude Code