skills/summarize-current-chat/SKILL.md
Use when the user asks to summarize this session or chat — and the conversation is happening in a web chat interface (e.g. ChatGPT Pro) where no file system or terminal access is available.
npx skillsauth add ak1ra-komj/agents-skills summarize-current-chatInstall 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.
Summarize everything done in the current conversation and output the result directly as a Markdown document in the chat. No files are created; the output is meant to be copied and saved manually by the user.
Output a single fenced Markdown code block (```markdown) containing the
complete document, so the user can copy it as-is.
One sentence describing what the session accomplished.
One paragraph covering: background / motivation, the problem or request, the approach taken, and the outcome.
A list of every file discussed or modified during the session. For each file include:
If no files were changed, write: "No files were changed in this session."
Distil the most reusable or noteworthy insights from the session, such as:
development
Use when the user asks to commit changes and/or summarize the current session - or when wrapping up a conversation that involved code or file edits.
development
Use when the user asks to commit changes and/or summarize the current session — or when wrapping up a conversation that involved code or file edits.
tools
Use when writing, reviewing, or refactoring AGENTS.md, writing an agent guide, documenting the project for AI agents, or orienting AI coding tools to a new repository.
development
Use when the user mentions preparing or publishing a new release, or asks to review or refactor CHANGELOG.md, following Keep a Changelog format and Semantic Versioning.