plugins-claude/session/skills/summarize/SKILL.md
Summarize the current repo state. Triggers on "what was I working on?", "session status", "catch me up", or when returning to active work. Returns a paragraph plus categorized file/detail bullets.
npx skillsauth add st0nefish/claude-toolkit summarizeInstall 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.
Use one script call as the source of truth, then summarize with an agent.
Run:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/sitrep
If output says is_git_repo: false, report that a summary cannot be generated outside a git repository.
Otherwise, invoke the Task tool (agent_type: general-purpose) and provide only this script output as input context.
Return exactly this structure:
<paragraph summarizing the situation>
* <major change category one summary>
* <file 1>
* <file 1 detail 1>
* <file 1 detail 2>
* <file 2>
* <file 2 detail 1>
* <file 2 detail 2>
* <major change category two summary>
* <file 3>
* <file 3 detail 1>
clean: true with no active branches, return only a short paragraph and no bullet list.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
Interact with GitHub and Gitea issue trackers and CI systems. List and show issues, file bugs, comment on issues or PRs, list and show pull requests, and fetch CI run logs — all from any repo context without leaving the session.