返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

jog-users-memory

当用户离开后返回,并需要快速回顾当前进度、接下来的步骤以及未解决的问题时,应使用此技能。提供一个简短且易于浏览的摘要,而不是详细的报告。

person作者: jakexiaohubgithub

Context Refresh

Quick memory jog for returning to work after being away.

Instructions

1. Gather Context (parallel where possible)

From git:

  • Run git log --oneline -15 to see recent commits
  • Run git status --short to see uncommitted work

From focus.md:

  • Read memory-bank/focus.md

From current conversation:

  • Read the current conversation

2. Present Summary

Format output as a brief, scannable summary using this structure:

## Context Refresh

### Current Objective
**<name>** — <one-line description>
Status: <status>

### Progress
- Completed: <brief list of completed task texts>
- **Up next:** <next 1-3 pending tasks>

### Recent Activity
<last 5-8 commits, one line each>

### Uncommitted Work
<git status summary, or "Clean working tree">

4. Formatting Rules

  • Keep the entire output under 40 lines
  • Omit any section that has no data
  • Use bold for the single most important next action
  • Do not read or summarize code files—this is a status overview only
  • Do not offer follow-up actions unless the user asks