docs/zh-CN/skills/google-workspace-ops/SKILL.md
将 Google 云端硬盘、文档、表格和幻灯片作为一个工作流界面来操作,用于处理计划、追踪器、演示文稿和共享文档。当用户需要查找、总结、编辑、迁移或清理 Google Workspace 资产,而无需使用原始工具调用时使用。
npx skillsauth add affaan-m/everything-claude-code google-workspace-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
此技能用于将共享文档、电子表格和演示文稿作为工作系统进行操作,而不仅仅是孤立地编辑单个文件。
使用 Google Drive 作为入口,然后切换到合适的专业工具:
不要仅凭文件名猜测结构。先检查。
从 Drive 搜索界面开始,定位:
如果多个文档看起来相似,请通过标题、所有者、修改时间或文件夹进行确认。
在进行更改之前:
选择能够安全完成工作的最小工具。
如果请求的工作涉及视觉或布局调整,请通过检查和验证进行迭代,而不是进行一次性的盲目更新。
当文件是更大工作流程的一部分时,还需指出:
使用:
资产
- 文件名
- 类型
- 为何选择此文件
当前状态
- 结构摘要
- 关键问题或阻碍
操作
- 已执行或建议的编辑
后续事项
- 归档 / 合并 / 重复清理 / 下一个待更新文件
data-ai
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
development
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
tools
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.
tools
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.