What problem does it solve? Reviewing invoices, bank transactions, and payment matches stored in a local finance database requires manual SQL work or ad-hoc queries. This Skill opens the entire dataset in an interactive browser UI or prints a quick text summary. ## Core Features & Use Cases - Interactive Data Browser: Launches a datasette instance at http://localhost:8001 exposing the invoices, transactions, matches, emails, and qr_codes tables with full search and filtering. - Text Summary Mode: The --summary-only flag prints a formatted overview of payment status directly to the terminal instead of starting a server. - Unpaid Invoice Lookup: Provides a ready-made SQL query to isolate invoices without confirmed transaction matches in the datasette query editor. - Use Case: After importing a batch of invoices, ask to view the finance dashboard to verify which invoices remain unpaid and inspect low-confidence matches. ## Quick Start Ask the assistant to open the finance dashboard so you can browse all invoices and check their payment status in the browser.