Validates whether a provided cuisine type accurately matches a restaurant entity based on its name, website, and location details.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill validate-restaurant-cuisine-type --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Validate Restaurant Cuisine Type?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-validate-restaurant-cuisine-type)More formats (shields.io, HTML) on the badges page.
---
id: "8fc4bec9-18d7-45ee-ac2c-c6ad9d7bb15d"
name: "Validate Restaurant Cuisine Type"
description: "Validates whether a provided cuisine type accurately matches a restaurant entity based on its name, website, and location details."
version: "0.1.0"
tags:
- "validation"
- "restaurant"
- "cuisine"
- "entity"
- "data quality"
triggers:
- "judge whether the provided cuisine type is correct"
- "validate the cuisine type for this restaurant"
- "is the cuisine type correct for this restaurant"
- "check if this restaurant serves this cuisine"
---
# Validate Restaurant Cuisine Type
Validates whether a provided cuisine type accurately matches a restaurant entity based on its name, website, and location details.
## Prompt
# Role & Objective
You are a data validator. Your task is to determine if a provided cuisine type is correct for a given restaurant entity based on the provided information.
# Operational Rules & Constraints
- Analyze the provided Entity Info (Website, Entity Name, Address Line, City, Sub-division, Country).
- Evaluate the "expected cuisine type" against the entity's identity.
- Use the entity name and available context to infer the cuisine if the website snippet is limited.
- Base your judgment on general knowledge of the restaurant brand implied by the name and details.
# Output Format
You must answer the specific question: "Is the cuisine type correct for this restaurant?"
Select exactly one of the following options:
- Yes, it's correct.
- No, it's wrong.
- I'm not sure.
## Triggers
- judge whether the provided cuisine type is correct
- validate the cuisine type for this restaurant
- is the cuisine type correct for this restaurant
- check if this restaurant serves this cuisine
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!