Validate restaurant cuisine type
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/validate-restaurant-cuisine-type
Validates whether a provided cuisine type accurately matches a restaurant entity based on its name, website, and location details.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill validate-restaurant-cuisine-typeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.7 KB, 239 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.