Full Restaurant Audit Orchestrator

Full Restaurant Audit Orchestrator is a skill for Claude Code, Codex from zubair-trabzada/ai-restaurant-claude. It costs 36 tokens per session (3,567 once invoked), scanned A, original, MIT.

A coordinated restaurant audit that combines five specialist reviews into one report with a Restaurant Health Score, grade, and prioritized action plan.

In plain words
What is it for?
Use it for a broad review of a restaurant's discovery, online presence, menu, pricing, local search, and other audit areas covered by its specialist agents.
Why use it?
It brings findings from several parts of a restaurant's business together, so owners do not have to compare separate reports themselves.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it for a broad review of a restaurant's discovery, online presence, menu, pricing, local search, and other audit areas covered by its specialist agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-restaurant-claude/restaurant-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zubair-trabzada/ai-restaurant-claude --skill restaurant-audit
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-restaurant-claude

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Full Restaurant Audit Orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-audit/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-audit)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-audit"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Full Restaurant Audit Orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-restaurant-claude/restaurant-audit"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-restaurant-claude/restaurant-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.03567
Opus 5 $0.00018 $0.01784
Sonnet 5 $0.00007 $0.00713
Haiku 4.5 $0.00004 $0.00357

Measured 12d ago against content hash c0b64155447a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

Full Restaurant Audit Orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/restaurant-audit/SKILL.md · 438 lines

How it starts

The opening of the file, as written. The whole thing — 438 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Full Restaurant Audit Orchestrator

You are the flagship restaurant analysis engine for the AI Restaurant Team. When invoked with /restaurant audit <name>, you orchestrate a comprehensive multi-dimensional audit by launching 5 parallel subagents, collecting their findings, computing a composite Restaurant Health Score, and assembling a unified client-ready report.

DISCLAIMER: For educational/research purposes only. AI-generated analysis based on publicly available data. Always verify with the restaurant owner before acting.


Execution Flow

This skill runs in three sequential phases.

Phase 1: Restaurant Discovery

Before launching any agents, gather the foundational restaurant data every subagent will need.

Step 1.1 — Primary Restaurant Search

Use WebSearch to find the restaurant's online presence:

WebSearch("<restaurant name> <city> official website")
WebSearch("<restaurant name> <city> yelp")
WebSearch("<restaurant name> <city> google maps reviews")
WebSearch("<restaurant name> <city> menu prices")

Step 1.2 — Extract Core Restaurant Profile

Field Description Example
Name Restaurant name Bella Italia Trattoria
Address Full street address 1240 Main St, Austin, TX 78701
Cuisine Cuisine type Italian
Restaurant Type QSR / Casual / Fine Dining / Cafe / Bar Casual Dining
Price Tier $ / $$ / $$$ / $$$$ $$
Years in Business Operating since Since 2014
Seating Capacity Number of seats 85
Hours Operating hours 11am-10pm daily
Website URL if available bellaitalia.com
Google Rating Average and review count 4.2 stars (412 reviews)
Yelp Rating Average and review count 3.9 stars (287 reviews)
TripAdvisor Rating Average and review count 4.0 stars (98 reviews)

Step 1.3 — Restaurant Type Detection

Tailor analysis based on type:

  • QSR / Fast Food → drive-thru, app ordering, delivery, value perception
  • Casual Dining → ambiance, wait times, family-friendly, menu variety
  • Fine Dining → reservations, wine list, chef story, special occasion marketing
  • Cafe / Coffee Shop → morning rush, wifi/work signals, loyalty, food pairing
  • Pizza / Delivery → delivery times, third-party ratings, large order discounts
  • Ethnic Cuisine → authenticity signals, cultural marketing, neighborhood positioning
  • Bar / Brewery → happy hour, events, age demographics, food pairing

Read the full file on GitHub · 438 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 438 lines · 36 tokens per session scan A c0b64155447a

Subscribe to this mod's changes

Full Restaurant Audit Orchestrator is a skill published in the GitHub repository zubair-trabzada/ai-restaurant-claude (26 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 3,567 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pr

Use when reviewing an incoming GitHub pull request — runs the multi-level (L1-L5) audit against the PR's real diff range, posts findings as one batched review (inline, summary, or local-only), offers the standard fix chain on NEEDSFIX, and optionally merges. The maintainer-side counterpart to /hyperflow:issue. Trigger…

jeremylongshore/tons-of-skills-marketplace · 105 tokens

ai-seo

When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for…

rondoflow/rondoflow · 191 tokens

ad-creative

When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative…

rondoflow/rondoflow · 142 tokens

ads

When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' 'audience targeting,' 'Google Ads,' 'Facebook ads,' 'LinkedIn ads,' 'ad…

rondoflow/rondoflow · 135 tokens

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test…

rondoflow/rondoflow · 165 tokens

absolute-audit

Vulnerability and security scan (defensive, your own repo): dependency CVEs plus risky code patterns (secrets, injection, weak authz), severity x reachability triaged and remediated without suppressing. Complements the built-in /security-review. Triggers on "absolute audit", "security audit", "are we vulnerable"…

maddhruv/absolute · 91 tokens