plugins-copilot/session/skills/catchup/SKILL.md
Rebuild full context of in-progress work. Reads the current branch, linked issue, changed files, and recent commits to produce a complete summary with suggested next steps.
npx skillsauth add st0nefish/claude-toolkit catchupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rebuild full context of in-progress work. Use after switching context or starting a new session.
Run the catchup script:
bash ${COPILOT_PLUGIN_ROOT}/scripts/catchup
If the current branch matches type/NNN-*, fetch the full issue and recent comments:
bash ${COPILOT_PLUGIN_ROOT}/scripts/git-cli issue show <N>
Read changed files (from both committed and uncommitted changes in the catchup output). If more than 15 files, prioritize:
Present a concise summary:
development
Start work from your description — explore the codebase and plan
data-ai
Multi-phase, multi-agent feature workflow: spec → plan → refine → divide → execute → review. Invoke when the user escalates a session-start/session-issue flow to orchestration, or asks to run a non-trivial feature (multiple files, design ambiguity, cross-cutting concerns, correctness-critical paths) through the full multi-agent workflow. For small fixes, prefer session-start.
tools
Browse open issues, pick one, and start work on it
tools
Review, clean up, and open a PR to finalize the work