From pro-workflow
Audits git changes, runs lint/typecheck/tests, captures learnings, and generates session summary with next steps for end-of-coding-session wrap-up.
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowThis skill uses the workspace's default tool permissions.
End your coding session with intention.
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.
Automates session wrap-up by running parallel subagents to detect doc updates, automation patterns, learning points, follow-ups from git diffs/observations; dedupes and offers user-executable choices.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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?"