maul-prep-confirmations

Extract deduplicated restaurant names from Maul Google Groups prep confirmation emails.

Updated Oct 1, 2024
One-click install
npx skills add https://github.com/einargudnig/dotfiles --skill maul-prep-confirmations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maul-prep-confirmations
Source: https://github.com/einargudnig/dotfiles/tree/main/claude/skills/maul-prep-confirmations
Command: npx skills add https://github.com/einargudnig/dotfiles --skill maul-prep-confirmations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill finds which partner restaurants have confirmed they are preparing today's orders by scanning the Maul Google Groups inbox for the standardized prep confirmation emails and extracting a clean list of restaurant names so operations can spot who is missing.

Core Features & Use Cases

  • Inbox scanning: Navigate the Maul Google Groups web inbox and identify messages sent by "Maul restaurant" with subjects containing the phrase er að undirbúa.
  • Robust subject parsing: Handle both Icelandic and English date formats in the subject line and extract only the restaurant name that appears before er að undirbúa.
  • Deduplication and ordering: Remove duplicate confirmations, sort restaurants by earliest confirmation time, and optionally compare against an expected list to flag confirmed, missing, or extra entries.
  • Use Case: Daily morning ops check to verify which restaurants are prepping and to reconcile prep confirmations with menus or expected orders.

Quick Start

Open the Maul Google Groups inbox in Chrome, scan today's messages for subjects containing er að undirbúa, extract unique restaurant names, and present them as a numbered list with the total count.

Frequently Asked Questions about maul-prep-confirmations

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

FAQPage Schema
How do I extract a list of restaurant prep confirmations from a Google Groups inbox?

To extract restaurant prep confirmations from a Google Groups inbox, scan messages for specific sender addresses and subject patterns like "er að undirbúa", then parse and deduplicate the restaurant names from matching emails.

How does subject parsing handle Icelandic and English date formats in confirmation emails?

Subject parsing handles Icelandic and English date formats by applying pattern matching across both languages to accurately isolate the restaurant name appearing before the confirmation phrase.

What is the best way to flag missing restaurant prep confirmations during morning ops?

The best way to flag missing restaurant prep confirmations is to compare the deduplicated list of extracted restaurants against an expected list, highlighting confirmed, missing, and extra entries.

Do I need web browsing access to scan Google Groups for daily prep confirmations?

Yes, you need web browsing access to navigate the Google Groups web inbox and identify today's prep confirmation messages for extraction and deduplication.

How are duplicate restaurant confirmations handled when scanning inbox messages?

Duplicate restaurant confirmations are removed through a deduplication process, and the remaining unique entries are ordered by the earliest confirmation time to present a clean list.

Can I reconcile prep confirmations with expected restaurant orders automatically?

Yes, you can reconcile prep confirmations by comparing the extracted and sorted restaurant list against an expected list of orders to identify which restaurants are confirmed or missing.