plugins-copilot/session/skills/session-summarize/SKILL.md
Summarize the current repo situation using a tiered context-aware snapshot and return a paragraph + categorized file/detail bullets.
npx skillsauth add st0nefish/claude-toolkit session-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 direct git snapshot as the source of truth, then summarize with an agent.
Gather one direct repo snapshot with git:
If the snapshot shows this is not a git repository, report that a summary cannot be generated outside a git repository.
Otherwise, invoke the Task tool (agent_type: general-purpose) and provide only this snapshot 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>
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.