← ClaudeAtlas

miki-wrap-uplisted

Miki's session wrap-up check. Surveys the current conversation and working tree for anything outstanding before ending the session — open todos, uncommitted changes, unpushed commits, open PRs that haven't merged, background agents still running, follow-ups the conversation flagged but never closed, and stale references noticed but not fixed. Produces a short punch list, or confirms there's nothing left. Recommends only; never acts. Invoke when the user says "/miki-wrap-up", "did we have anything else to do in this conversation?", "anything else to do?", "are we done?", "what's left?", or similar end-of-session checks.
mikiwiik/claude-code-skills · ★ 0 · Code & Development · score 75
Install: claude install-skill mikiwiik/claude-code-skills
# miki-wrap-up ## What this does Reviews the current conversation and the working tree for outstanding work — the things that should reasonably be closed before this session ends. Produces a structured punch list, or confirms that nothing's left. This skill **recommends, never acts.** If something needs doing, the user (or the next conversational turn) does it. The skill's job is to surface what's left, not to clear it. ## The sweep Six categories. For each: a short check, then a one-line conclusion. **Skip empty categories silently** — they only appear when they have content. The goal is a quick scannable answer, not a filled-in template. ### 1. Task list If `TaskList` has any tasks not in `completed` status, surface them. Distinguish `in_progress` (something is mid-flight) from `pending` (queued but not started). If the task list is empty or everything is completed, skip the section. ### 2. Working tree Run `git status --porcelain` and `git status -sb` (the latter for ahead/behind counts). Surface: - Uncommitted changes (staged or unstaged) that relate to work done this session. - Untracked files that look like in-flight work — files mentioned in the conversation, not random editor / OS artifacts. - Current branch ahead of its remote (unpushed commits). - Current branch behind its remote (someone else pushed; may want to pull). If the tree is clean and the branch is in sync: skip the section. ### 3. PRs touched this session For any PR number that came up in the