Skip to content

feat(excel-wps-table-diagnosis): add new skill for spreadsheet diagnosis and cleanup planning#62

Open
TumCucTom wants to merge 1 commit intoMiniMax-AI:mainfrom
TumCucTom:main
Open

feat(excel-wps-table-diagnosis): add new skill for spreadsheet diagnosis and cleanup planning#62
TumCucTom wants to merge 1 commit intoMiniMax-AI:mainfrom
TumCucTom:main

Conversation

@TumCucTom
Copy link
Copy Markdown

@TumCucTom TumCucTom commented Apr 4, 2026

Summary

  • Added new skill excel-wps-table-diagnosis for diagnosing table structure, planning cleanup workflows, and troubleshooting formulas in Excel/WPS spreadsheet files
  • Read-only diagnosis: audits for blank rows, duplicates, mixed types, whitespace, broken formulas
  • Approval-based workflow: pauses for user approval before any write operations
  • 3 reference docs: diagnosis.md, cleanup-planning.md, formula-troubleshooting.md

What

New skill at skills/excel-wps-table-diagnosis/ with:

  • SKILL.md — entry point with YAML frontmatter (license: MIT, category: productivity)
  • references/diagnosis.md — structural and data quality checks
  • references/cleanup-planning.md — cleanup priority and safe removal patterns
  • references/formula-troubleshooting.md — formula extraction, error types, and fixes

Why

Addresses the need for a diagnostic/pre-flight skill before spreadsheet cleanup operations. Differentiates from minimax-xlsx which is write-focused (create/edit/fix). This skill is read-only and approval-gated — suitable for users who want to audit their data before making changes.

Test plan

  • validate_skills.py passes on all 15 skills (including new skill)
  • Reviewer verifies skill structure and reference docs
  • Manual test: load skill in agent, provide a dirty spreadsheet, verify diagnosis report is produced

Closes #48

…sis and cleanup planning

Adds a read-only diagnosis skill that audits Excel/WPS spreadsheet files (.xlsx,
.xlsm, .csv, .tsv) for data quality issues (blank rows, duplicates, mixed
types, whitespace), plans cleanup workflows, and troubleshoots formulas (#REF!,

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant