From financial-analysis
Audits an Excel financial model for broken formulas, balance sheet imbalances, hardcoded overrides, circular references, and logic errors.
How this command is triggered — by the user, by Claude, or both
Slash command
/financial-analysis:debug-model [path to .xlsx model file]The summary Claude sees in its command listing — used to decide when to auto-load this command
Load the `audit-xls` skill with scope **model** and audit the specified financial model for broken formulas, balance sheet imbalances, hardcoded overrides, circular references, and logic errors — including the full model-integrity checks (BS balance, cash tie-out, roll-forwards, model-type-specific bugs). If a file path is provided, use it. Otherwise ask the user for the model to review.
Load the audit-xls skill with scope model and audit the specified financial model for broken formulas, balance sheet imbalances, hardcoded overrides, circular references, and logic errors — including the full model-integrity checks (BS balance, cash tie-out, roll-forwards, model-type-specific bugs).
If a file path is provided, use it. Otherwise ask the user for the model to review.
31plugins reuse this command
First indexed Mar 26, 2026
Showing the 6 earliest of 31 plugins
npx claudepluginhub pa4uslf/financial-services-codex --plugin financial-analysis/debug-modelAudits an Excel financial model for broken formulas, balance sheet imbalances, hardcoded overrides, circular references, and logic errors.
/pseo-driftcheckUse when: kullanıcı "drift", "drift kontrol", "tutarsızlık", "schema kontrol", "cross-sheet invariant", "tutarlılık raporu" der ya da `/pseo-driftcheck` çağırırsa. Also use when: master.xlsx'e büyük bir ingestion (sf-import, gsc-pull, dfs-pull, sf-crawl-orchestrator) sonrası logical sheet'ler arasındaki cross-sheet invariant kuralları (cross-sheet-invariants.json'da 32 declared; validate_invariants.py implement edilmiş 25'ini koşar) doğrulanmak isteniyor; rule pack veya plugin yükseltmesi sonrası schema sürüm hizalaması test ediliyor. Do not use when: tek bir JSON dosyası schema'ya uyuyor mu kontrolü (`scripts/validation/validate_schema.py` direkt CLI), rapor üretimi (`/pseo-monthly`), aktif workflow durumu (`/pseo-status`) gerekiyorsa.
/f5-import-analyzeAnalyzes Excel requirements files like requirements.xlsx with optional --sheet and --suggest-schema flags for schema suggestions. Deprecated: automatically redirects to /f5-import --analyze.
/documentAudits Word, Excel, PowerPoint, and PDF files for accessibility compliance, identifying issues and suggesting fixes.
/xlsx-createCreates and edits Excel spreadsheets using openpyxl and pandas, with formatting, conditional styling, and DataFrame export.