Jaz Recon banner
teamtinvio teamtinvio

Jaz Recon

Development community

Description

--- description: "Run bank reconciliation in Jaz — match bank records to transactions, categorize unmatched items, resolve discrepancies" argument-hint: "[bank account] [period YYYY-MM]" --- # Bank Reconciliation Execute the bank recon workflow via `clio jobs bank-recon`. Includes automated matching and manual resolution steps. ## Usage ``` /jaz-recon DBS Current 2025-01 /jaz-recon all accounts last month ``` ## Workflow ### 1. Generate the blueprint ```bash clio jobs bank-recon --account

Installation

Installs to ~/.claude/skills/teamtinvio-jaz-ai-jaz-recon/SKILL.md

Terminal
mkdir -p ~/.claude/skills/teamtinvio-jaz-ai-jaz-recon && curl -fsSL https://raw.githubusercontent.com/teamtinvio/jaz-ai/HEAD/commands/jaz-recon.md -o ~/.claude/skills/teamtinvio-jaz-ai-jaz-recon/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository