Skip to content

feat(skill): add /wrap-up end-of-session skill#90

Merged
CGFixIT merged 1 commit into
mainfrom
claude/create-wrap-up-skill-d8armz
Jun 20, 2026
Merged

feat(skill): add /wrap-up end-of-session skill#90
CGFixIT merged 1 commit into
mainfrom
claude/create-wrap-up-skill-d8armz

Conversation

@CGFixIT

@CGFixIT CGFixIT commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds .claude/skills/wrap-up/SKILL.md — a four-phase end-of-session skill triggered by /wrap-up or phrases like "wrap up", "close session", "done"
  • Phase 1 – Ship It: commits any uncommitted changes, pushes, and cleans up the task list
  • Phase 2 – Remember It: routes session learnings to the right memory layer (auto memory, CLAUDE.md, .claude/rules/, or CLAUDE.local.md)
  • Phase 3 – Review & Apply: auto-applies self-improvement findings (skill gaps, friction, automation opportunities) without asking per-item
  • Phase 4 – Publish It: surfaces publishable content (blog posts, Reddit, announcements) and saves drafts for approval

Test plan

  • Invoke /wrap-up at end of a session and confirm all four phases run in order
  • Verify skill appears in the available skills list (system-reminder)
  • Confirm Phase 1 prompts for commit approval before committing
  • Confirm Phase 3 auto-applies findings and presents a summary
  • Confirm Phase 4 only presents publishable content when material exists

🤖 Generated with Claude Code

https://claude.ai/code/session_01NvKo9BXD5ZhF5kjBm8aVyH


Generated by Claude Code

Adds /wrap-up skill that runs a four-phase checklist on session close:
ship uncommitted changes, update memory/CLAUDE.md, apply self-improvement
findings, and surface publishable content from the session.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NvKo9BXD5ZhF5kjBm8aVyH
@CGFixIT CGFixIT marked this pull request as ready for review June 20, 2026 15:06
@CGFixIT CGFixIT merged commit bb620fc into main Jun 20, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants