End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when ending a coding session.
95
Does it follow best practices?
Validation for skill structure
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 --passWithNoTestsNavigation, Editing, Testing, Git, Quality, Context, Architecture, Performance
After completing checklist, ask: "Ready to end session?"
aad0763
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.