From optimal-cli
Compare staged financials against confirmed income statements and report accuracy per month
How this skill is triggered — by the user, by Claude, or both
Slash command
/optimal-cli:audit-financialsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verifies data accuracy between `stg_financials_raw` (staged from NetSuite XLSM/CSV) and `confirmed_income_statements` (from NetSuite income statement CSVs). This is the most critical financial health check — every data session should start by running this.
Verifies data accuracy between stg_financials_raw (staged from NetSuite XLSM/CSV) and confirmed_income_statements (from NetSuite income statement CSVs). This is the most critical financial health check — every data session should start by running this.
2026-01,2025-12). Omit for all months.1.00.lib/returnpro/audit.ts::runAuditComparison(months?, tolerance?) to fetch and compare datastg_financials_raw rows (amount is TEXT — parseFloat)confirmed_income_statements rowsaccount_code|YYYY-MM keyPer-month table:
| Month | Confirmed | Staged | Match | Mismatch | Accuracy |
|---|---|---|---|---|---|
| 2026-01 | 189 | 91 | 83 | 8 | 91.2% |
Plus total staging rows and confirmed rows counts.
Flag any month below 100% accuracy — investigate mismatches and identify root causes.
Requires: RETURNPRO_SUPABASE_URL, RETURNPRO_SUPABASE_SERVICE_KEY
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub clenisa/optimal-cli --plugin optimal-cli