Wrap up session with audit and learnings
wrap-upskillsetup L1★2,280
rohitg00/pro-workflow ↗What it does
Audit session changes and run quality checks
Best for
End-of-session ritual to ensure code quality, capture learnings, and preserve context for the next session before committing or stopping work.
Inputs
- · Modified codebase (uncommitted changes)
Outputs
- · Modified file list
- · Quality check results
- · Learning captures
- · Session summary paragraph
Requires
- · npm/yarn lint
- · npm/yarn typecheck
- · npm/yarn test
Preconditions
Active coding session with potential uncommitted changes; lint/test config present
Failure modes
- · Tests failing → flags before session end
- · Uncommitted changes → asks to commit or stash