Help us improve
Share bugs, ideas, or general feedback.
From grocery-agent
Rate a recipe or change its status. Use for "rate the Serious Eats one 4 stars", "loved Tuesday's curry", "remove that recipe", "make it again sometime", or dispositioning a draft (activate or reject). Routes rating/status to the user's personal overlay — never changes the shared recipe or anyone else's view.
npx claudepluginhub caseywebb/groceries-agent --plugin grocery-agentHow this skill is triggered — by the user, by Claude, or both
Slash command
/grocery-agent:add-recipe-feedbackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Prerequisite** — if you haven't already this session, read the `grocery-core` and `grocery-corpus` skills before continuing.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Prerequisite — if you haven't already this session, read the
grocery-coreandgrocery-corpusskills before continuing.
Call update_recipe(slug, updates) with the appropriate fields. For drafts being dispositioned: status → active (with rating) or status → rejected.