skills/daily-chat-review/SKILL.md
Daily chat history analysis specialist - reviews all chat logs, identifies repetitive issues, and generates improvement reports. Use for daily review tasks, pattern analysis, or when user says keywords like "每日回顾", "聊天分析", "识别问题", "daily review", "pattern analysis". Triggered by scheduler for automated daily execution.
npx skillsauth add hs3180/disclaude daily-chat-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.
Review all chat histories, identify repetitive issues, and generate improvement reports.
Use this skill for:
Keywords that trigger this skill: "每日回顾", "聊天分析", "识别问题", "daily review", "pattern analysis", "chat history"
When invoked, you receive:
Use LLM-based analysis to identify patterns from chat history.
The LLM analyzes message patterns directly from log files, identifying:
Read all chat log files from the logs directory:
workspace/logs/
├── oc_chat1/
│ ├── 2026-03-05.md
│ └── 2026-03-06.md
├── oc_chat2/
│ └── 2026-03-06.md
└── ...
Actions:
Glob to find all log files: workspace/logs/**/*.mdRead toolAnalyze the chat history to identify:
Repetitive User Requests
Manual Corrections
Error Patterns
Improvement Opportunities
Create a structured analysis report:
## 📊 每日聊天回顾分析报告
**分析时间**: [Timestamp]
**分析范围**: 最近 7 天
**聊天数量**: [Number of chats analyzed]
**消息数量**: [Total messages analyzed]
---
### 🔴 重复问题 (需要关注)
#### 问题 1: [Issue Title]
- **出现次数**: X 次
- **涉及聊天**: [Chat IDs]
- **典型请求**:
> [Example user request]
- **建议行动**:
- [ ] 创建定时任务自动化
- [ ] 创建 skill 简化操作
- [ ] 创建 issue 记录需求
---
### 🟡 改进机会 (可选优化)
#### 机会 1: [Opportunity Title]
- **描述**: [Description]
- **潜在收益**: [Expected benefit]
---
### ✅ 运行良好
- [List of things working well]
---
### 📋 建议的下一步
1. **立即行动**: [High priority items]
2. **计划中**: [Medium priority items]
3. **观察**: [Low priority items]
CRITICAL: Always send the report to the user using send_user_feedback.
Use send_user_feedback with:
- content: [The report in markdown format]
- format: "text"
- chatId: [The chatId from context]
| Pattern Type | Indicators | Minimum Occurrences | |--------------|------------|---------------------| | Repetitive Request | Same/similar questions | 3+ | | Manual Correction | User corrections | 2+ | | Error Pattern | Error messages | 3+ | | Feature Request | "希望能...", "如果有..." | 2+ |
## [2026-03-05T09:15:00Z] 📥 User
帮我看看今天有什么新的 GitHub issues
## [2026-03-05T09:20:00Z] 📤 Bot
正在检查 issues...
## [2026-03-06T09:10:00Z] 📥 User
查看今天的 GitHub issues
## [2026-03-07T09:30:00Z] 📥 User
今天有什么新 issues 吗
#### 问题 1: GitHub Issues 每日检查
- **出现次数**: 3 次
- **涉及聊天**: oc_xxx
- **典型请求**:
> 帮我看看今天有什么新的 GitHub issues
- **建议行动**:
- [x] 创建定时任务自动化 (推荐: 每天 09:00)
- [ ] 考虑创建 skill 简化操作
leave_note from offline-notes moduletools
--- name: issue-solver description: Issue Solver - creates a scheduled task to scan a GitHub repo for open issues, pick the best candidate, and submit a fix PR. Use when user wants to set up automated issue resolution. Keywords: "Issue Solver", "自动修 Bug", "solve issues", "issue solver", "issue solver 安装". allowed-tools: Read, Write, Edit, Bash, Glob, Grep --- # Issue Solver — Schedule 安装器 为指定 GitHub 仓库创建 Issue 扫描定时任务。将 schedule 模板实例化为可执行的 SCHEDULE.md。 **适用于**: 安装/配置 Issue Solver 定时任务 | **不适用于
testing
Dissolve a Feishu group chat and clean up associated resources. Use when a PR is merged/closed, a discussion is finished, or a group needs to be removed. Keywords: "解散群", "dissolve group", "删除群", "close group", "清理群".
data-ai
手气不错 — disclaude dogfooding skill. Randomly selects a real use case from disclaude's feature set, simulates a natural user interaction, and reports observations. Use when user says keywords like "手气不错", "随机测试", "feeling lucky", "dogfooding", "自我体验", "feeling-lucky".
tools
Feishu/Lark document operations via lark-cli. Read, upload, import, export, and manage Feishu docs. Keywords: '飞书文档', '上传文档', '读飞书文档', 'lark cli', '导入文档', '导出文档', 'upload to feishu', 'feishu doc', 'lark doc', 'lark-cli', 'feishu.cn', '读文档'.