Agent Skillsmohitagw15856/pm-claude-skills › spreadsheet-audit

spreadsheet-audit

GitHub

审计电子表格以发现隐藏错误,如硬编码覆盖、范围断裂和单位混淆。生成按损害排序的发现问题、脆弱性地图及修复建议,确保数据模型在决策前的可靠性与安全性。

skills/spreadsheet-audit/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

检查此电子表格后再展示 为什么数字对不上 审计遗留模型 此表是否安全可用

Install

npx skills add mohitagw15856/pm-claude-skills --skill spreadsheet-audit -g -y
More Options

Use without installing

npx skills use mohitagw15856/pm-claude-skills@spreadsheet-audit

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill spreadsheet-audit -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "spreadsheet-audit",
    "description": "Audit a spreadsheet before trusting it — the error hunt (hardcoded overrides, broken ranges, silent unit mixes), the fragility map (what breaks when rows are added), and the load-bearing-formula review that catches the mistake before the meeting does. Use when asked check this spreadsheet before we present it, why don't these numbers add up, audit this model someone left behind, or is this sheet safe to build on. Produces the findings ranked by damage, the fragility map, the verified-vs-suspect ledger, and the fix list."
}

Spreadsheet Audit Skill

Spreadsheets fail silently: the SUM that stops at row 40 while data runs to 60, the hardcoded 1.1 someone typed over a formula in March, the column that's monthly in one section and annual in another. The sheet still displays numbers — wrong ones, confidently. This skill audits the way inherited models deserve: hunt the classic error classes, map what breaks when the sheet grows, and rank findings by damage-if-wrong — because the audit's job is protecting the decision the sheet feeds, not achieving cosmetic tidiness.

What This Skill Produces

  • The findings, ranked by damage — each: location, what's wrong, what it's currently mis-stating
  • The fragility map — the formulas that break on the next added row/column, before they do
  • The verified/suspect ledger — which outputs were traced clean and which remain unverified (unverified ≠ wrong; the label is the honesty)
  • The fix list — ordered, with the make-it-robust upgrades (structured ranges, input isolation) where they matter

Required Inputs

Ask for these if not provided:

  • The sheet — the file, or its formulas/structure described; audits work on the actual formulas, not the values screenshot
  • The stakes — what decisions this sheet feeds (a budget approval? pricing? a board number?) — depth and ranking follow the damage potential
  • The lineage — author available? Inherited from a departed colleague? Known past incidents? Inherited orphans get the deeper hardcode-hunt
  • The growth pattern — does data get appended? The fragility map keys on how the sheet evolves

Framework: The Hunt Rules

  1. Hardcode hunt first: values typed over formulas are the deadliest class — invisible, intentional-once, wrong-forever. Scan for constants where columns are otherwise formulaic (inconsistent-formula warnings, or eyeball the pattern breaks). Every hardcode found gets asked: override or accident?
  2. Range-edge check on every aggregate: SUMs/AVERAGEs/LOOKUPs vs. the data's actual extent — the stops-at-row-40 error. The robust fix where growth is real: full-column ranges or tables/structured references, so appended rows join automatically.
  3. Unit and time-grain consistency: monthly-vs-annual mixes, currencies, thousands-vs-units — checked at every junction where sections meet. The tell is a ratio that's ~12× or ~1000× off; the fix is a stated grain per section, labeled in headers.
  4. Trace the load-bearing outputs: the 3–5 numbers the sheet exists to produce get full precedent-traces (follow every input to its source). Everything else gets the class-level checks — tracing everything is how audits never finish; tracing nothing is how meetings get corrected from the floor.
  5. Rank by damage, report honestly: a $2 rounding artifact and a double-counted revenue line are different findings; the report leads with what changes decisions. The verified/suspect ledger states what the audit did not cover — an audit that implies total coverage it didn't do is itself an error class.

Output Format

Spreadsheet Audit: [sheet] — feeds: [the decision]

Findings (damage-ranked)

# Location Issue Currently mis-stating Fix

Fragility Map

[What breaks on the next row/column · the structured-range upgrades worth making]

Verified / Suspect Ledger

[Outputs traced clean: … · checked at class level: … · not covered: … — labeled, not implied]

Fix Order

[Damage-first, with the two structural upgrades (input isolation, structured ranges) if the sheet has a future]

Quality Checks

  • The hardcode hunt ran across all formulaic columns
  • Every aggregate was checked against the data's true extent
  • Load-bearing outputs got full traces; the ledger says which
  • Findings are ranked by decision-damage, not discovery order
  • Coverage limits are stated — no implied total audit

Anti-Patterns

  • Do not audit the displayed values — the formulas are the sheet; the display is its costume
  • Do not fix silently while auditing — findings first, fixes as their own reviewed pass
  • Do not treat every finding as a crisis — the $2 artifact and the double-count get different fonts
  • Do not imply coverage you didn't do — the suspect ledger is the audit's integrity
  • Do not leave growth-fragile ranges unflagged in a sheet that grows — today's clean audit is next month's row-41 error

Version History

  • 471c606 Current 2026-07-22 15:11

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
8e11a6fc
Indexed
2026-07-22 15:11

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 11:16
浙ICP备14020137号-1 $방문자$