reflecting-on-sessions

仓库创建 2025年10月22日最近提交 1 天前SkillHot 收录 5 小时前
▸ 精选理由

帮助团队复盘订阅触发与遗漏,提升触发覆盖度

▸ 风险提示

会读取本地或服务端的遥测/会话数据,可能包含敏感信息

这个 Skill 做什么

分析本次会话的 skill-bus 遥测,找出订阅缺口并建议改进

在完成一轮工作或交接时回顾这次会话里的 skill-bus 遥测数据,找出订阅/触发缺口并提出改进建议。常在计划完成、分支收尾、会话结束或自然暂停时运行,用来提升后续流程和工具覆盖率。特点是基于实时 telemetry 给出可操作的改进点,而不是泛泛的总结。

▸ 展开 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
518
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/skill-bus/skills/reflecting-on-sessions/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/composio-community/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 公开信息 · 原文版权归作者所有