LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

catchup - Catchup: Full Branch Context Recovery for Code Projects

Recovers branch context by reading all changed files after extended absence.

Tags

Updated: 2026-02-14

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run git diff for changed files
  • read changed files
  • summarize branch context

Inputs

  • Git repository
  • current branch
  • main branch
  • changed files list

Outputs

  • changed files list
  • branch context summary
  • implementation status report

Requirements

  • Git installed and accessible
  • file reading tools
  • summarization scripts for large files

Source

  • Spec: SKILL.md
context recovery
git workflow
code understanding
development tools
run git diff for changed files
read changed files
summarize branch context
Git repository
current branch
main branch
changed files list
branch context summary
implementation status report