← 返回
未分类

Nm Imbue Catchup

Summarize recent changes from git history for context recovery, handoffs, and sprint review
从git历史中总结最近的更改,用于上下文恢复、交接和冲刺评审
athola
未分类 clawhub v1.0.2 2 版本 100000 Key: 无需
★ 0
Stars
📥 498
下载
💾 1
安装
2
版本
#latest

概述

> Night Market Skill — ported from claude-night-market/imbue. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

Catchup Analysis Methodology

Overview

Structured method for quickly understanding recent changes in git repositories, meeting notes, sprint progress, document revisions, or system logs. Answers "what changed and what matters?" efficiently.

When To Use

  • Joining ongoing work or returning after absence
  • Before planning or reviewing handoffs
  • Any "what happened and what's next" context

When NOT To Use

  • Doing detailed

diff analysis - use diff-analysis instead

  • Full code review needed
  • use review-core instead
  • Doing detailed

diff analysis - use diff-analysis instead

  • Full code review needed
  • use review-core instead

Activation

Keywords: catchup, summary, status, progress, context, handoff

Cues: "get me up to speed", "current status", "summarize progress"

Progressive Loading

Load modules based on context:

Git: Load modules/git-catchup-patterns.md for git commands. Consider sanctum:git-workspace-review for initial data gathering.

Documents/Notes: Load modules/document-analysis-patterns.md for meeting notes, sprint tracking, document revisions.

Logs/Events: Load modules/log-analysis-patterns.md for time-series and metric analysis.

Always Available: imbue:proof-of-work, TodoWrite workflow, structured output.

Required TodoWrite Items

  1. catchup:context-confirmed - Boundaries established
  2. catchup:delta-captured - Changes enumerated
  3. catchup:insights-extracted - Themes identified
  4. catchup:followups-recorded - Actions captured

4-Step Methodology

Step 1: Confirm Context

Define scope (git branch, sprint, meetings), baseline (last state), and current target. See modules for commands.

Step 2: Capture Delta

Enumerate changed items with metrics. Prioritize source/config/docs over generated artifacts. See modules for strategies.

Step 3: Extract Insights

Per item: What (change), Why (motivation), Implications (tests/risks/deps). Rollup into themes.

Step 4: Record Follow-ups

Capture: Tests, Documentation, Reviews, Blockers, Questions. If none, state explicitly.

Output Format

## Summary
[2-3 sentence theme + risk overview]

## Key Changes
- [Item]: [what/why/implication]

## Follow-ups
- [ ] [Action with owner]

## Blockers/Questions
- [Item requiring resolution]

Verification: Run the command with --help flag to verify availability.

Integration

Use imbue:diff-analysis for risk assessment, imbue:proof-of-work for reproducibility, sanctum:git-workspace-review for git data. Feed to brainstorming or writing-plans as needed.

Token Conservation

Reference paths + lines (don't reproduce). Summarize outputs. Defer deep analysis. Use progressive loading.

Exit Criteria

  • Four TodoWrite items completed
  • Context/delta/insights/follow-ups captured
  • Stakeholders understand state without re-reading sources
  • Troubleshooting

Common Issues

Command not found

Ensure all dependencies are installed and in PATH

Permission errors

Check file permissions and run with appropriate privileges

Unexpected behavior

Enable verbose logging with --verbose flag

版本历史

共 2 个版本

  • v1.0.2 当前
    2026-05-09 16:40 安全 安全
  • v1.0.1
    2026-05-07 12:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Nm Abstract Hooks Eval

athola
评估钩子安全性、性能和SDK合规性。用于审计
★ 0 📥 615

Nm Attune Project Init

athola
使用 git、CI/CD 工作流、pre-commit hooks 和构建配置搭建新项目
★ 0 📥 617

Nm Parseltongue Python Performance

athola
Python性能分析与优化:瓶颈检测、内存调优、基准测试
★ 0 📥 609