AutoSkill Validate Restaurant Cuisine Type

Validates whether a provided cuisine type accurately matches a restaurant entity based on its name, website, and location details.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/validate-restaurant-cuisine-type" ~/.claude/skills/ecnu-icalk-autoskill-validate-restaurant-cuisine-type && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8/validate-restaurant-cuisine-type/SKILL.md
source content

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