Add file-expenses skill#486
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 96993198f5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - category | ||
| - business purpose | ||
| - project, client, cost center, or attendees when applicable | ||
| - receipt path or URL |
There was a problem hiding this comment.
Make receipt fields conditional for mileage expenses
When this skill is triggered for mileage reimbursement, the workflow requires a receipt path/URL for every expense and later instructs the agent to attach the corresponding receipt. Mileage claims commonly have no merchant receipt and instead require distance, route, vehicle, and reimbursement-rate details, none of which the manifest captures. This causes the agent either to block on a nonexistent receipt or prepare an incomplete mileage claim despite mileage being explicitly listed as a supported use case; make receipt/merchant fields conditional and add the mileage-specific fields.
Useful? React with 👍 / 👎.
Summary
Validation
python3 skills/.system/skill-creator/scripts/quick_validate.py skills/.curated/file-expensesgit diff --check