skills/schedule-recommend/SKILL.md
Analyze user interaction patterns and recommend scheduled tasks. Use when user asks for task recommendations, wants to automate repetitive tasks, or says keywords like "推荐定时任务", "自动化", "定时推荐", "analyze patterns". Uses prompt-based analysis instead of complex modules.
npx skillsauth add hs3180/disclaude schedule-recommendInstall 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.
Analyze user interaction history and recommend scheduled tasks based on detected patterns.
Use this skill for:
Keywords that trigger this skill: "推荐定时任务", "定时推荐", "自动化分析", "schedule recommend", "analyze patterns", "自动定时"
Use prompt-based analysis, NOT complex program modules.
The LLM should analyze patterns directly from message history, not through pre-built pattern detection algorithms.
When invoked, you receive:
Read the chat history file for the current chat:
workspace/chat/{chatId}.md
Note: The chatId needs to be sanitized (replace special characters with underscores).
Analyze the message history to identify:
Repetitive Tasks: Tasks the user requests frequently
Time Patterns: When these tasks are typically requested
Task Suitability: Whether the task is suitable for scheduling
For each detected pattern, provide:
## 💡 定时任务推荐
**任务类型**: [Task type]
**检测到的模式**: [Pattern description]
**建议时间**: [Recommended schedule]
**置信度**: [High/Medium/Low]
**出现次数**: [Count]
**建议的定时任务内容**:
"""
[The prompt that should be executed on schedule]
"""
[✅ 创建定时任务] [🔄 调整时间] [❌ 忽略]
## [2024-01-15T09:15:00Z] 📥 User
帮我看看今天有什么新的 GitHub issues
## [2024-01-16T09:20:00Z] 📥 User
查看今天的 GitHub issues
## [2024-01-17T09:10:00Z] 📥 User
检查新的 issues
## [2024-01-18T09:30:00Z] 📥 User
今天有什么新 issues 吗
## 💡 定时任务推荐
**任务类型**: GitHub Issues 检查
**检测到的模式**: 用户每天早上 9:00-9:30 之间查询新的 GitHub issues
**建议时间**: 每天 09:00
**置信度**: High
**出现次数**: 4 次
**建议的定时任务内容**:
"""
检查 hs3180/disclaude 仓库中所有 open 状态的 issues,排除已有 open PR 关联的 issues,按优先级排序后发送摘要报告。
报告格式:
- 高优先级 issues (bug/security)
- 中优先级 issues (feature/enhancement)
- 低优先级 issues (docs/chore)
使用 send_user_feedback 发送报告。
"""
[✅ 创建定时任务] [🔄 调整时间] [❌ 忽略]
If user confirms (✅ 创建定时任务), use the /schedule skill to create the scheduled task.
Important:
workspace/chat/{chatId}.md见同目录下的 schedule.md。将其复制到 schedules/recommend-analysis/SCHEDULE.md,替换 {controlChannelChatId} 后启用。
tools
--- 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', '读文档'.