From yuque-group
Generates monthly knowledge management reports from Yuque team data including group stats, member contributions, knowledge base health, and document trends. For team documentation reviews using yuque-mcp tools.
npx claudepluginhub yuque/yuque-ecosystem --plugin yuque-groupThis skill uses the workspace's default tool permissions.
Collect comprehensive team data from Yuque (group stats, member contributions, knowledge base metrics, document activity) and generate a detailed monthly knowledge management report.
Generates monthly Yuque team knowledge management reports from activity data including group stats, member contributions, knowledge base health, and document trends. Requires yuque-mcp tools and team token.
Produce a knowledge dashboard with recent entries, corrections, expiring soon, stale knowledge, and unresolved items. In team mode, also shows team activity, related entries from teammates, and the review queue.
Scans Yuque knowledge bases for stale or outdated documents, analyzes relevance, and generates maintenance reports with update or archive recommendations. For knowledge base cleanups.
Share bugs, ideas, or general feedback.
Collect comprehensive team data from Yuque (group stats, member contributions, knowledge base metrics, document activity) and generate a detailed monthly knowledge management report.
All tools are from the yuque-mcp server:
yuque_group_stats — Get overall group statisticsyuque_group_member_stats — Get per-member contribution datayuque_group_book_stats — Get per-knowledge-base statisticsyuque_group_doc_stats — Get document activity statisticsyuque_create_doc — Create the monthly report documentGather from the user:
If the user doesn't specify: "请告诉我团队的语雀团队标识(group login),我来生成知识月报。"
Make these API calls:
Tool: yuque_group_stats
Parameters:
login: "<group_login>"
Returns: total members, total docs, total repos, overall activity metrics.
Tool: yuque_group_member_stats
Parameters:
login: "<group_login>"
Returns: per-member doc count, word count, activity breakdown.
Tool: yuque_group_book_stats
Parameters:
login: "<group_login>"
Returns: per-repo doc count, update frequency, growth metrics.
Tool: yuque_group_doc_stats
Parameters:
login: "<group_login>"
Returns: new docs, updated docs, views, popular documents.
Compute the following insights:
Overall Health
Member Analysis
Knowledge Base Analysis
Trends
Use this template:
# 📊 团队知识管理月报
> **团队**:[团队名称]
> **报告周期**:YYYY 年 MM 月
> **生成时间**:YYYY-MM-DD HH:MM
---
## 📈 月度概览
| 指标 | 本月 | 上月 | 环比变化 |
|------|------|------|----------|
| 总文档数 | XXX 篇 | - | - |
| 新建文档 | XX 篇 | - | - |
| 更新文档 | XX 篇 | - | - |
| 总浏览量 | X,XXX 次 | - | - |
| 活跃成员 | XX / XX 人 | - | - |
| 知识库数 | XX 个 | - | - |
### 健康度评分
| 维度 | 评分 | 说明 |
|------|------|------|
| 📝 文档产出 | ⭐⭐⭐⭐ | [简评] |
| 👥 参与度 | ⭐⭐⭐ | [简评] |
| 📚 覆盖度 | ⭐⭐⭐⭐ | [简评] |
| 🔄 更新频率 | ⭐⭐⭐ | [简评] |
---
## 👥 成员贡献
### Top 贡献者
| 排名 | 成员 | 新建文档 | 更新文档 | 字数贡献 | 活跃天数 |
|------|------|----------|----------|----------|----------|
| 🥇 | [姓名] | X 篇 | X 篇 | ~X 字 | X 天 |
| 🥈 | [姓名] | X 篇 | X 篇 | ~X 字 | X 天 |
| 🥉 | [姓名] | X 篇 | X 篇 | ~X 字 | X 天 |
### 贡献分布
- **高活跃**(≥5 篇文档):X 人
- **中活跃**(1-4 篇文档):X 人
- **低活跃**(仅更新):X 人
- **未活跃**(0 贡献):X 人
---
## 📚 知识库分析
### 活跃知识库
| 知识库 | 新建 | 更新 | 总文档 | 活跃度 |
|--------|------|------|--------|--------|
| [库名] | X 篇 | X 篇 | XX 篇 | 🟢 高 |
| [库名] | X 篇 | X 篇 | XX 篇 | 🟡 中 |
### 需要关注的知识库
| 知识库 | 总文档 | 上次更新 | 建议 |
|--------|--------|----------|------|
| [库名] | XX 篇 | XX 天前 | [建议] |
---
## 📊 趋势分析
### 周度活动趋势
| 周次 | 新建文档 | 更新文档 | 活跃人数 |
|------|----------|----------|----------|
| 第 1 周 | X | X | X |
| 第 2 周 | X | X | X |
| 第 3 周 | X | X | X |
| 第 4 周 | X | X | X |
### 关键发现
1. [趋势发现 1]
2. [趋势发现 2]
3. [趋势发现 3]
---
## 💡 建议
### 短期建议(本月可执行)
1. **[建议标题]**
- 现状:[描述]
- 建议:[具体行动]
- 预期效果:[效果]
2. **[建议标题]**
- 现状:[描述]
- 建议:[具体行动]
### 长期建议(持续改进)
1. **[建议标题]**:[描述]
2. **[建议标题]**:[描述]
---
## 📎 附录
### 数据说明
- 数据来源:语雀团队 API
- 统计周期:YYYY-MM-DD 至 YYYY-MM-DD
- 活跃定义:当月有创建或更新文档的行为
---
> 📌 本报告基于语雀团队活动数据自动生成。如有疑问请联系团队管理员。
Tool: yuque_create_doc
Parameters:
repo_id: "<namespace>" # e.g., "mygroup/mybook"
title: "团队知识管理月报 - YYYY年MM月"
body: "<formatted report>"
format: "markdown"
✅ 知识月报已生成!
📄 **[团队知识管理月报 - YYYY年MM月](文档链接)**
📚 已归档到:「知识库名称」
### 本月亮点
- 共产出 X 篇新文档,X 篇更新
- 活跃成员 X 人,占比 X%
- 最活跃知识库:[库名]
- 最大贡献者:[姓名]
| Situation | Action |
|---|---|
yuque_group_stats fails | Inform user, check group login and team Token |
| Any stats API returns partial data | Generate report with available data, note gaps |
| Group has very low activity | Still generate report, focus suggestions on how to improve |
| User doesn't know group login | Help them find it via yuque_list_books |
| Multiple groups | Ask user which group to report on |
| Team Token missing statistic:read | Inform user the Token needs statistic:read permission |