用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ceo-whyd-it/car-log --skill report-generation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guide users through Slovak VAT Act 2025 compliant vehicle registration with VIN validation
Create checkpoints from receipt photos using QR scanning, e-Kasa API, and GPS extraction (10-40s)
Validate trip data quality using 4 algorithms: distance sum, fuel consumption, efficiency range, deviation
基于 SOC 职业分类
正在显示 SKILL.md
| name | report-generation |
| description | Generate Slovak VAT Act 2025 compliant reports for business trip tax deductions with automatic validation |
Generate Slovak VAT Act 2025 compliant reports for business trip tax deductions. Automatically validate compliance before generating CSV exports.
Before generating any report, ALWAYS display compliance checklist:
🇸🇰 Slovak VAT Act 2025 Compliance Check:
✅ VIN included (17 chars, no I/O/Q)
✅ Driver names present (all 15 trips)
✅ L/100km format (not km/L)
✅ Business descriptions complete (15/15)
✅ Trip timing separated from refuel
Report READY for tax deduction.
If compliance issues detected:
🇸🇰 Slovak VAT Act 2025 Compliance Check:
✅ VIN included
⚠️ Driver names missing (3 trips)
✅ L/100km format
❌ Business descriptions incomplete (2/15)
Report INCOMPLETE for tax deduction.
Fix issues before generating report? [Y/n]
Every business trip MUST include:
Format: {license_plate}-{month}-{year}.csv
Examples:
After generation, show:
Report Generated: BA-789XY-11-2025.csv
📊 Summary:
• Total Distance: 4,920 km
• Total Fuel: 418.2 L
• Total Cost: €627.50
• Avg Efficiency: 8.5 L/100km
• Trip Count: 15 business trips
💾 Saved to: ~/Documents/MileageLog/reports/BA-789XY-11-2025.csv
Missing VIN: → Skill 1 (Vehicle Setup) to add VIN
Missing Driver Names: → Update trips manually or set default driver
Business Description Missing: → Prompt user to add descriptions before generating
Wrong Format (km/L instead of L/100km): → Auto-convert and warn user
car-log-core.list_trips (filter by date/vehicle/purpose)report-generator.generate_csv (create compliant CSV)