Categorizing Expenses

Categorize expense-report line items into GL accounts. Use when a user has an expense export and needs each line mapped to a general-ledger code, with low-confidence matches flagged for review.

jdutton Updated

File contents

Categorizing Expenses

Map each expense line to a general-ledger account, flagging anything the rules cannot place with confidence.

GL code reference

Use the GL code table to resolve category names to account numbers.

Steps

  1. Read the expense export and identify the description and amount columns.
  2. Match each line to a GL code using the reference table.
  3. Flag low-confidence matches for human review rather than guessing.

jdutton/vibe-agent-toolkit/tree/main/packages/vat-development-agents/resources/skills/evals/vat-audit/fixtures/expense-categorizer-plugin/skills/categorizing-expenses commit 4d92f61342

Frequently asked questions

npx skillmds@latest add jdutton/categorizing-expenses