From financial-analysis
Audits financial .xlsx model for errors including broken formulas, balance sheet imbalances, hardcoded overrides, circular references, logic errors, and integrity checks like BS balance, cash tie-outs, roll-forwards.
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.
npx claudepluginhub nvmohinani/financial_services --plugin financial-analysis12plugins reuse this command
First indexed Mar 26, 2026
Showing the 6 earliest of 12 plugins
/debug-modelAudits financial .xlsx model for errors including broken formulas, balance sheet imbalances, hardcoded overrides, circular references, logic errors, and integrity checks like BS balance, cash tie-outs, roll-forwards.
/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 accessibility of Word, Excel, PowerPoint, and PDF documents using the document-accessibility-wizard agent.
/validate-skillValidates skill file at given path for structure, quality, security, standards, and ecosystem compliance, producing detailed report with summary, findings, recommendations, and readiness status.
/xlsx-createCreates and edits Excel spreadsheets using openpyxl and pandas, with formatting, conditional styling, and DataFrame export.