with one click
sheet-ops
工作表管理与跨表操作技能包,覆盖工作表查看、创建、复制、重命名、删除和跨表数据传输
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
工作表管理与跨表操作技能包,覆盖工作表查看、创建、复制、重命名、删除和跨表数据传输
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
通过 Python 脚本 (python-docx) 处理复杂 Word 文档操作
Word 文档读取、编辑与内容生成
Use when performing systematic codebase health checks, proactive bug hunting, or comprehensive code review across a repository. Trigger for requests like "find bugs", "code audit", "check code quality", "find dead code", "race condition review", and periodic maintenance inspections.
Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready structure.
Lightweight helper to enforce TDD-style loops for non-deterministic agents.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
| name | sheet_ops |
| description | 工作表管理与跨表操作技能包,覆盖工作表查看、创建、复制、重命名、删除和跨表数据传输 |
| file_patterns | ["*.xlsx","*.xlsm"] |
| version | 1.0.0 |
工作表管理与跨表操作的标准流程:
list_sheets 了解文件中有哪些工作表及其结构。read_excel(sheet_name=...) 确认数据内容。run_code 调用 openpyxl API(wb.create_sheet() / wb.copy_worksheet() / ws.title = ... / del wb[sheet_name])。run_code 通过 openpyxl 读取源范围并写入目标表,支持同文件或跨文件。write_excel(sheet_name=...),已有文件会保留其他表。list_sheets 确认工作表结构变更正确。read_excel 核查目标工作表数据。安全约束: