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.
小葱技能站7w4.net发现了升级插件。
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.
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 双平台。不足之处是它更像一份教程文档,实际可用的工具函数还比较欠缺,遇到复杂情况时帮助可能有限。