Skip to main content

expense-processing

Process expense reports with policy validation and approval checkpoints

Jump to install

Source facts

Repository
vivekhaldar/proceda
Last source activity
March 6, 2026 at 00:27
Detected SKILL.md language
English
Stars
16
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
expense-processing
description
Process expense reports with policy validation and approval checkpoints
required_tools
["receipts__extract","policy__validate","erp__submit"]
### Step 1: Extract receipt data Use the receipts tool to extract all available receipt fields from the submitted expense report. Look for: - Date of purchase - Vendor name - Amount and currency - Category (meals, travel, supplies, etc.) - Payment method ### Step 2: Validate policy [APPROVAL REQUIRED] Check the extracted data against company policy and summarize any violations. Policy rules to check: - Single meal expense must not exceed $75 - Travel expenses require manager pre-approval - Receipts older than 90 days are not reimbursable - Entertainment expenses require attendee list ### Step 3: Submit to ERP [PRE-APPROVAL REQUIRED] Submit the approved expense report to the ERP system. Include all validated receipt data and any policy notes in the submission.
View on GitHub