name: excel-wps-table-diagnosis description: Diagnose spreadsheet structure and recommend practical Excel/WPS-compatible formulas and workflows for cleaning, lookup and matching, summarization, text and date cleanup, and common formula troubleshooting. Use when the user asks what formula to use, how to process a table, how to clean messy columns, how to match sheets, how to make a solution work in both Excel and WPS, or when headers and sample rows should be inspected before deciding what to do next.
Use this skill when a spreadsheet task should start with the table itself, not with a guess at the formula.
Inspect the input.
Identify whether the user provided headers, sample rows, CSV content, or only a task description.
If the structure is unclear, ask for the smallest missing detail that would change the recommendation.
Diagnose the table.
Identify likely column types such as IDs, dates, amounts, names, status fields, phone numbers, or free text.
Look for blanks, duplicates, mixed formats, unstable lookup keys, and columns that should be cleaned before formulas are applied.
Choose the most practical path.
Prefer simple formulas when they are stable and readable.
Recommend built-in spreadsheet tools when they are a better fit than formulas.
Present a clear recommendation.
State what the table appears to contain.
小蔥技能站7w4.net每天更新,海量AI技能等你發現。
Provide a fallback when the preferred formula may not work everywhere.
Pause before execution.
If the next step would directly modify a workbook, add helper columns, rewrite formulas, or otherwise move from diagnosis into execution, ask for confirmation first.
Keep the response close to this shape:
WORKFLOW.md for the longer working notes.docs/use-cases.md for common task shapes.examples/README.md for example inputs and outputs.這個 Skill 質量中上,勝在思路清晰、文件規範。它教你「先看錶再動手」的方法,處理表格清洗、匹配、彙總等常見問題很實用,還能兼顧 Excel 和 WPS 雙平臺。不足之處是它更像一份教程文件,實際可用的工具函式還比較欠缺,遇到複雜情況時幫助可能有限。