Audit spreadsheet, formula error detection, hardcoded cell finder, cross-sheet reference audit, workbook auditor, Excel model audit, financial model QA, spreadsheet review, cell dependency trace, formula integrity check
npx skills add https://github.com/agentii-ai/agentii-investment-intelligence --skill audit-xls
| Parameter | Default Value | Rationale |
|-----------|---------------|-----------|
| ticker | (required) | Stock symbol to analyze |
| lookback_quarters | 1 | Standard lookback for this skill type |
This skill operates with retrieval_scope: simple_lookup. It uses only profile/entity metadata tools — no document or XBRL retrieval at scale.
Follows the retrieval strategy decision tree in contracts/retrieval.md. Primary branch: (d) Simple Lookup. Resolve the canonical ticker first (exact → fuzzy alias → share-class) before any data call.
Default lookback: 1 fiscal quarter(s); maximum: 1. The default balances recency against the trend window this analysis requires.
Per frontmatter allowed_tools:
search_companies — ticker resolution + company context (entity-alias fuzzy match)get_company_financials — consolidated IS/BS/CF highlightsget_calculation_tree — XBRL calculation linkbase (weights)validate_calculation — XBRL calc-consistency validationlist_sources — used by this skill per the retrieval strategyget_company_fiscal_calendar/{ticker} then get_ticker_coverage/{ticker}.get_company_profile/{ticker} / get_entity_knowledge for the requested metadata field(s).## Output File, then append to agentii.md.Inputs → Build → Validate → Output → Next
search_xbrl_facts, get_company_financials) and any filing pages from the three-layer protocol..md audit report per ## Output Structure.## Validation Gates below.## Output File.agentii.md; hand off to a downstream pitch/review skill if requested.gold.xbrl_calculations weights. Compare get_calculation_tree/{ticker} expected values against workbook formulas. Flag discrepancies ≥1% of parent concept value. *If failed*: If material discrepancy (≥5%): refuse delivery. If minor (1-5%): flag in audit findings with severity: warning.xlsx_audit hardcoded-count output. *If failed*: If hardcoded_count > 0: refuse delivery with audit report listing each hardcoded cell location.min_tool_diversity (3). *If failed*: flag as depth-insufficient in Coverage Gaps.Write the final deliverable to {ticker}/{YYYY-MM-DD_HHMM}_audit-xls_{affix}.md .
{ticker} {citation_id} page<N> citations.Citations & memory: follow contracts/citation-and-memory.md — ≥1 citation per 200 words; every material fact, table row, and metric is immediately followed by its inline clickable https://agentii.ai/v/{ticker}/{citation_id}/{N} link; a bottom Citations section provides a non-duplicative roll-up index; the closing TUI reply includes a compact Key Citations list (headline 5–10 facts) of clickable /v/ URLs; and append the run to agentii.md per contracts/agentii-md-schema.md.
Run the canonical pre-flight sequence — MCP health probe, ticker resolution, workspace style.md override, memory load, and coverage check. See contracts/preflight.md.
Include the X-Agentii-Trace header on every tool call per contracts/x-agentii-trace-header.md.
contracts/memory-load.md.key_metrics, conclusions, facts_count, deducted_count, views_count, citation_count) per contracts/output-frontmatter-schema.md.[FACT]/[DEDUCTED]/[VIEW] — see contracts/snapshot-synthesis.md.sessions/{YYYY-MM-DD}/ and update sessions/INDEX.md per contracts/session-format.md.End the closing chat reply with a compact Key Citations list (headline 5–10 facts), each a clickable https://agentii.ai/v/{ticker}/{citation_id}/{N} link, so the user can cmd+click straight to the exact SEC page. See contracts/citation-and-memory.md.
| Error | Action |
|-------|--------|
| Ticker not found | Suggest checking spelling or trying list_coverage |
| No data available | Flag in Coverage Gaps, proceed with available data |
| API key invalid | Direct user to agentii.ai/api-keys |
| MCP server unreachable | Retry once; if persistent, halt with AGENTII_MCP_UNREACHABLE |
Take agentii-ai/audit-xls from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.