一键导入
model-audit-tieout
Use when auditing existing Public Equity Investing models or spreadsheets. Do not use to build a new model from scratch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when auditing existing Public Equity Investing models or spreadsheets. Do not use to build a new model from scratch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Start onboarding, initialize, inspect, save, update, forget, export, or explicitly reset the Public Equity Investing plugin's local user context, source setup, or optional automation setup. Use when the user explicitly asks to get started, orient, or manage Public Equity Investing saved preferences, source pointers, context storage, or recurring automation.
Run scheduled or manual Sales check-ins that summarize recent Sales work and recommend one next Sales workflow to try.
Load or manage the Sales plugin's durable user context, onboarding logic, setup progress, automation metadata, saved preferences, non-obvious CRM conventions, source-of-truth pointers, book-of-business sources, internal team resources, account channels, approval trackers, trusted examples, approved Sales Company Research saves, "please remember" requests, and broad future-facing instructions such as always/never/prefer/next-time feedback after a Sales draft.
Load or manage the Data Analytics plugin's durable source-routing preferences, onboarding logic, setup progress, and semantic-layer registry.
Assess whether tables, query results, files, or dataframes are trustworthy enough for analysis, modeling, dashboards, experiments, or pipelines. Use for grain, freshness, nulls, duplicates, schema drift, broken joins, referential integrity, distribution shifts, leakage, backfills, source mismatches, automated quality checks, and data-quality regressions.
Build source-backed analytical dashboards that help teams monitor performance, explore drivers, and act on product or business metrics. Use when the user needs a dashboard, scorecard, monitoring view, BI dashboard, MCP artifact dashboard, or Streamlit dashboard with clear metrics, filters, validation, and handoff.
基于 SOC 职业分类
| name | model-audit-tieout |
| description | Use when auditing existing Public Equity Investing models or spreadsheets. Do not use to build a new model from scratch. |
Before searching connectors, retrieving evidence, or drafting output, run python3 skills/user-context/scripts/user_context_preflight.py with the shell working directory set to this plugin's root, and follow the returned saved_context, source_category_plan, and next_action. Set the working directory before the first attempt; do not probe alternate relative paths. Missing context must not block the requested workflow. Do not initialize state or run onboarding during ordinary workflow work.
If next_action.id = "offer_orientation" and the parent router has not already handled it, complete the requested work first and append its one-line optional setup offer once.
When the audit requires evidence control, generic data cleaning, dashboard rendering, style application, or sector context, route that support through the visible public-equity-investing router and its bundled internal playbooks. This visible skill remains the owner of the model-review deliverable.
Apply the presentation-surface precedence in ../../shared/deliverable-intake-policy.md. This workflow's natural artifact is a polished standalone HTML model-audit report, while direct remediation preserves the source workbook format. Do not choose chat-only output unless the user explicitly requests a lightweight response.
Before source gathering or analysis for a new standalone reader-facing hero deliverable, load ../../shared/deliverable-intake-policy.md and use its adaptive request_user_input preflight for materially unresolved format, depth, audience/use, or focus choices. For a substantive standalone review of an existing model or explicit HTML model-audit request, the default resolves the presentation surface to a polished standalone HTML model-audit report unless the user requests an alternate surface, a quick/no-file answer, remediation output, or a standardized dashboard. In interactive runs, ask only remaining material choices such as depth, audience/use, materiality, or focus; in non-interactive runs, default to the HTML model-audit report and Full working analysis while disclosing those assumptions outside the artifact. Reuse resolved preferences in downstream steps; when acting only as input to an owning workflow, do not re-prompt.
Review an existing public-equity model, workbook, forecast, valuation file, estimate update, comps workbook, sensitivity deck, or model-derived output and produce a decision-useful audit pack. This skill is a QA layer for formula integrity, source support, assumption hygiene, scenario quality, controls, and decision readiness.
Do not rebuild the model unless the user explicitly asks for remediation. Default to an audit memo, issue log, source tie-out ledger, and prioritized fix list.
The headline output is an audit verdict on permitted use: Ready, Ready with caveats, Not ready, or Not assessable. This skill does not turn an unsupported model into an investment recommendation. When required valuation, scenario, or market-price outputs are absent, state that the model or model package cannot support portfolio action until remediated and re-audited.
Illustrative audit sensitivity unless the user explicitly approves them as revised base-case assumptions..xlsx workbooks, use the helper as a starting point:python scripts/audit_workbook.py path/to/model.xlsx --out-dir audit_output
Dependency note: the helper requires openpyxl; install the local dependency file in a fresh environment:
python -m pip install -r scripts/requirements.txt
Cover tabs when net read, key outputs, scenario metrics, model status, source posture, warnings/hard failures, chart-ready data, and workbook navigation are buried.references/tieout-and-source-checks.md and financial-source-of-truth standards to label primary facts, claims, estimates, assumptions, inferences, and unsupported items.Formula/control defect, Source contradiction, Unsupported assumption, Missing forecast refresh, Missing decision output, or Not comparable without bridge.For complex medium/large requests, use sub-agents where available; otherwise emulate the split as named workstreams. Suggested lanes: workbook controls, formula review, source tie-out, scenario/downside review, and issue prioritization. Keep this skill as the lead: reconcile conflicts, source labels, assumptions, open items, final QA, and the user-facing answer.
Rapid screen
Full audit pack
Default substantial workbook audits to a reader-facing model_audit_report.html, produced as a polished standalone HTML model-audit report following ../../shared/html-artifact-standard.md, plus an optional model_audit_issues.xlsx companion workbook. Keep model_audit_findings.json, formula_exception_log.csv, source_tieout_ledger.csv, raw workbook maps, and support notes behind the HTML/workbook unless the user asks for audit files. In the default delivery message, link only the primary HTML report and any requested user-facing workbook; mention supporting audit files without linking them unless the user asks.
Use dashboard-builder and references/dashboard-map.md only when the user explicitly requests a standardized dashboard, reusable validated template, model-health cockpit, remediation tracker, or structured payload-driven render. A substantial ordinary audit should remain a flexible standalone HTML report rather than a fixed dashboard-module package.
For a substantive standalone HTML model-audit report, load ../../shared/html-artifact-standard.md and use this audit-specific hierarchy:
Additional rules:
Do not use for portfolio action until remediated and re-audited; do not imply an add, trim, exit, hedge, or wait for proof recommendation from an audit-only mandate.Formula/control defect, Source contradiction, Unsupported assumption, Missing forecast refresh, Missing decision output, or Not comparable without bridge; do not make every unsupported forecast assumption sound like a formula error.Illustrative audit sensitivity; do not represent a diagnostic stress as a corrected forecast or revised base case.financial-source-of-truth: evidence hierarchy, stale/conflicting data, citations, labels.excel-data-cleaner: malformed tables or unclear row/column grain before audit.memo-builder: convert audit findings into a decision memo.deck-report-qc: reconcile audited model outputs to decks, board packs, IC memos, or client presentations.scripts/audit_workbook.py: static workbook inspection helper.scripts/requirements.txt: workbook helper dependency declaration.references/audit-playbook.md: audit modes by model type.references/formula-and-workbook-controls.md: formula and architecture checks.references/tieout-and-source-checks.md: source tie-out process and evidence labels.references/issue-taxonomy.md: severity and issue categories.references/output-templates.md: audit memo, issue log, tie-out ledger, and IC-ready templates.references/dashboard-map.md: dashboard mapping for model health, formula exceptions, source tie-outs, and readiness.references/p0-integrations.md: coordination with launch skills.Confirm severity is tied to decision impact, model issues are separated from evidence issues, audit sensitivities are identified as illustrative rather than repaired forecasts, missing decision-layer scope is not confused with a formula defect, source/as-of dates are visible, unsupported assumptions are not buried, remediation steps are concrete, and no user workbook content was destructively changed.
Load shared/equity-valuation-pm-standard.md and shared/pm-judgment-heuristics.md for substantial model, valuation, scenario, model-update, or audit work.
The output must state what the current stock price implies, the variant estimate path, whether upside is driven by fundamentals, multiple expansion, mix, capital return, sentiment, or event probability, what breaks first in downside, what changes target, rating, sizing, hedge, trim, exit, or watchlist status, and what evidence is missing.
Keep equity valuation as the center of gravity. Debt is allowed only as an input to common-equity value through net debt, cost of debt, leverage, liquidity, refinancing risk, or downside equity impairment. Use Credit Markets for bond comps, loan comps, CDS, spread/yield relative value, covenant-package analysis, debt-security valuation, recovery waterfall, restructuring valuation, creditworthiness, private-credit / public-credit instrument underwriting, or distressed claim valuation.