reflecting-on-sessions

仓库创建 2025年10月22日最近提交 2 个月前SkillHot 收录 21 天前
▸ 精选理由

适合在会话或开发阶段结束时发现订阅盲点并优化策略

▸ 风险提示

会读取遥测数据,可能包含敏感会话信息

这个 Skill 做什么

分析 skill-bus 遥测并提出订阅改进建议,助力会话回顾

在完成计划、合并分支或临近交接时,回顾 skill-bus 的遥测数据,找出订阅漏斗、订阅不匹配和可改进点。每次会话结束或阶段切换都能用来做总结。输出具体的订阅优化建议和后续监测指标,方便把学到的改进落地。

▸ 展开 SKILL.md 英文原文

Use when completing a plan, finishing a development branch, wrapping up a session, or at any natural transition between work phases — reviews skill-bus telemetry to identify subscription gaps and suggest improvements

Skill 开发管理会话回顾遥测分析改进建议通用
1.8k
Stars
487
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/skill-bus/skills/reflecting-on-sessions/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/skill-bus/skills/reflecting-on-sessions/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Reflecting on Sessions

**Announce:** "[skill-bus] Reflecting on this session's skill-bus activity."

## When to Reflect

This skill is for natural transition moments:
- After executing a plan (all tasks complete)
- After finishing a development branch
- Before session wrap-up or handover
- At any natural pause between work phases
- When asked about skill-bus effectiveness

## Process

### Step 1: Check telemetry status

```bash
SB_CLI=$(ls ~/.claude/plugins/cache/*/skill-bus/*/lib/cli.py ~/.claude/plugins/repos/skill-bus/lib/cli.py 2>/dev/null | tail -1)
python3 "$SB_CLI" status --cwd "$PWD"
```

If telemetry is off, tell the user:
> "Skill-bus telemetry is disabled for this project. To e
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有