Agent skill · Workflow & Productivity

catchup

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill catchup --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/catchup/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: catchup description: | Triggers: follow-ups, catchup, insights, context-acquisition, summarization Methodology for summarizing changes, extracting insights, and identifying follow-up actions. Triggers: catchup, what changed, summarize changes, context acquisition, handoff, progress review, recent changes, git log analysis, sprint summary Use when: resuming work after absence, preparing handoff documentation, reviewing sprint progress, analyzing git history for context DO NOT use when: doing detailed diff analysis - use diff-analysis instead. DO NOT use when: full code review needed - use review-core instead. Use this skill to quickly understand "what changed and what matters". category: analysis-methods tags: [summarization, context-acquisition, insights, follow-ups] dependencies: [imbue:evidence-logging] tools: [git, log-tools] usage_patterns: [context-catchup, handoff-preparation, progress-review] complexity: intermediate estimated_tokens: 700 progressive_loading: true module_strategy: context-based --- # Catchup Analysis Methodology ## Overview Structured method for quickly understanding recent changes in git repositories, meeting notes, sprint progress, document revis

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Activation
  4. Progressive Loading
  5. Required TodoWrite Items
  6. 4-Step Methodology
  7. Step 1: Confirm Context
  8. Step 2: Capture Delta
  9. Step 3: Extract Insights
  10. Step 4: Record Follow-ups
  11. Output Format
  12. Integration
  13. Token Conservation
  14. Exit Criteria
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the catchup skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill catchup --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going