From pro-workflow
Audits code changes, runs quality checks, captures learnings, and generates a session summary when ending a coding session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pro-workflow:wrap-upThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
End your coding session with intention.
End your coding session with intention.
Use when ending a session, saying "wrap up", "done for now", or before closing the editor.
[LEARN] Category: Rulegit status
git diff --stat
npm run lint 2>&1 | head -20
npm run typecheck 2>&1 | head -20
npm test -- --changed --passWithNoTests
Navigation, Editing, Testing, Git, Quality, Context, Architecture, Performance
After completing checklist, ask: "Ready to end session?"
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowReflects on the current Claude Code session to produce a structured retrospective with what went well, what didn't, and actionable takeaways.
Wraps coding sessions with multi-agent analysis: git status/diff check, CLAUDE.md/context.md updates, automation scouting, learning extraction, follow-up suggestions, duplicate validation, and user-directed action execution.
Closes out a session cleanly by reviewing work, updating project tracking files, committing changes, and capturing session knowledge. Use when a task is complete with no passoff needed.