Run2 budget validation
Validate travel budget calculations including accommodation nights, meal costs, and constraint compliance.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_budget-validationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, 285 tokens by cl100k_base, as published. Nobody here has run it
Budget Validation
Accommodation Costs
For each city stay:
- Verify minimum_nights <= planned stay
- Verify maximum_occupancy >= 2 (for couple)
- Verify no "No pets" in house_rules
- Cost = price_per_night × number_of_nights
Meal Costs
- Average Cost in database is per person
- For 2 travelers: meal_cost = avg_cost × 2
- Count all non-"-" meals
Validation Checklist
- Total accommodation + meals <= $5,100
- All 7 days accounted for (March 17-23, 2022)
- No flights used
- Pet-friendly accommodations only
- All 4 cuisine types represented (American, Mediterranean, Chinese, Italian)
- All entities exist in the database with correct city
- Attractions end with semicolon
- Last day accommodation can be "-" (returning home)
Sample Budget for Cleveland-Dayton-Cincinnati Route
- Cleveland 2 nights: ~$400-600/night
- Dayton 2 nights: ~$400-500/night
- Cincinnati 2 nights: ~$250-300/night
- 15-17 meals × $30-80 avg × 2 people = ~$900-2,700
- Target: keep total under $5,100
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.