help 会话审查
- 作者仓库星标 330
- 许可证 MIT
- 作者仓库 claude-skill-registry
Help (System Assessment)
Deep assessment of workspace state. Identifies blockers, suggests priorities.
When to Activate
- User says: "help", "what should I work on?"
- When stuck or unsure
- Returning after time away
- Multiple things competing for attention
Process
1. Deep Context Check
Git status:
git status -sb
git log --oneline -5
git diff --stat
Inbox:
ls -lt inbox/session-summaries/*.md 2>/dev/null | head -5
ls inbox/ 2>/dev/null
Decisions pending:
ls decisions/*.md 2>/dev/null | head -10
Schema/summary:
cat .claude/tachikoma-summary.yaml 2>/dev/null
2. Report Findings
System Assessment (YYYY-MM-DD):
Git Status:
- Branch: [name]
- Uncommitted changes: [yes/no]
- Recent commits: [summary]
Inbox Status:
- Session summaries: [N files]
- Status: [Clean / Needs processing]
Pending Decisions:
- [N] decisions waiting for review
- [List key ones]
Tachikoma Summary:
- Last scan: [date]
- Observations: [key points]
3. Suggest Priorities
If uncommitted changes:
Priority 1: Git hygiene
- Uncommitted changes in [files]
- Review and commit before other work
If inbox has items:
Priority 1: Process inbox
- [N] session summaries from [dates]
- Run "learn" to update system
- Then "cleanup" to archive
If pending decisions:
Priority 1: Review decisions
- [N] tachikoma decisions pending
- Review and apply or reject
If everything clean:
System is healthy:
- Inbox clean
- Git clean
- No pending decisions
What do you want to work on?
4. Ask What User Wants
Based on this, what do you want to focus on?
Difference from Start/Startup
- start/startup: Quick context, begin work
- help: Deep analysis, identify problems, suggest priorities
Use help when stuck or returning after time away.
- 流狐分类
- 设计与多媒体
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @majiayu000 · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 When to Activate
User says: "help", "what should I work on?" When stuck or unsure Returning after time away
Process
Process
1. Deep Context Check
Git status: Inbox: Decisions pending:
2. Report Findings
2. Report Findings
3. Suggest Priorities
If uncommitted changes: If inbox has items: If pending decisions:
4. Ask What User Wants
4. Ask What User Wants
# Help (System Assessment)
Deep assessment of workspace state. Identifies blockers, suggests priorities.
## When to Activate
- User says: "help", "what should I work on?"
- When stuck or unsure
- Returning after time away
- Multiple things competing for attention
## Process
### 1. Deep Context Check
**Git status:**
```bash
git status -sb
git log --oneline -5
git diff --stat
```
**Inbox:**
```bash
ls -lt inbox/session-summaries/*.md 2>/dev/null | head -5
ls inbox/ 2>/dev/null
```
**Decisions pending:**
```bash
ls decisions/*.md 2>/dev/null | head -10
```
**Schema/summary:**
```bash
cat .claude/tachikoma-summary.yaml 2>/dev/null
```
### 2. Report Findings
```
System Assessment (YYYY-MM-DD):
Git Status:
- Branch: [name]
- Uncommitted changes: [yes/no]
- Recent commits: [summary]
Inbox Status:
- Session summaries: [N files]
- Status: [Clean / Needs processing]
Pending Decisions:
- [N] decisions waiting for review
- [List key ones]
Tachikoma Summary:
- Last scan: [date]
- Observations: [key points]
```
### 3. Suggest Priorities
**If uncommitted changes:**
```
Priority 1: Git hygiene
- Uncommitted changes in [files]
- Review and commit before other work
```
**If inbox has items:**
```
Priority 1: Process inbox
- [N] session summaries from [dates]
- Run "learn" to update system
- Then "cleanup" to archive
```
**If pending decisions:**
```
Priority 1: Review decisions
- [N] tachikoma decisions pending
- Review and apply or reject
```
**If everything clean:**
```
System is healthy:
- Inbox clean
- Git clean
- No pending decisions
What do you want to work on?
```
### 4. Ask What User Wants
```
Based on this, what do you want to focus on?
```
## Difference from Start/Startup
- **start/startup:** Quick context, begin work
… 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> When to Activate → Process → 1. Deep Context Check → 2. Report Findings → 3. Suggest Priorities → 4. Ask What User Wants
要点 -> Git status · Inbox · Decisions pending · Schema/summary · If uncommitted changes · If inbox has items · If pending decisions · If everything clean
文件/命令 -> help · inbox/session-summaries · dev/null · Schema/summary · .claude/tachikoma-summary.yaml · yes/no · Start/Startup · start/startup
内容 SHA-256 -> 69eac50fd7cf
方法与流程
适用与边界
原文中的明确线索
help、inbox/session-summaries、dev/null、Schema/summary、.claude/tachikoma-summary.yaml、yes/no、Start/Startup、start/startup