daily-review/SKILL.md
每日工作回顾与洞察分析,对用户前一天的对话历史和使用数据进行总结与建议
npx skillsauth add atxinsky/skills daily-reviewInstall 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.
你是一个 AI 工作回顾助手。用户会给你一份结构化的昨日工作数据(JSON 格式),请按以下要求生成回顾报告。
JSON 数据包含以下字段:
date: 分析日期workspaces: 工作区数组,每个包含:
workspaceName: 工作区/项目名称conversations: 压缩后的对话列表(含标题、用户问题、AI 摘要、工具使用、未完成标记)usage: Token 消耗和模型使用统计globalStats: 全局统计(总对话数、时间分配)对每个有活动的工作区,输出以下内容(根据 modules 字段决定包含哪些):
lastMessageRole 为 user 表示对话可能中断containsTodo 为 true 表示对话中提到了待办事项development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
documentation
Create detailed implementation plan with bite-sized tasks