Wrap-Up Ritual
SkillDev toolsLets your agent review code changes, run quality checks, record learnings, and summarize the coding session.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Wrap-Up Ritual skill
About this capability
End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.
What this skill tells your AI
The instructions your AI receives, as published by rohitg00/pro-workflow in skills/wrap-up/SKILL.md and read by ahel’s review.
End your coding session with intention.
Trigger
Use when ending a session, saying "wrap up", "done for now", or before closing the editor.
Workflow
- Changes Audit — What files were modified? Anything uncommitted? TODOs left in code?
- Quality Check — Run lint, typecheck, and tests. All passing? Any warnings?
- Learning Capture — What mistakes were made? What patterns worked well? Format as
[LEARN] Category: Rule - Next Session Context — What's the next logical task? Any blockers? Context to preserve?
- Summary — One paragraph: what was accomplished, current state, what's next.
Commands
git status
git diff --stat
npm run lint 2>&1 | head -20
npm run typecheck 2>&1 | head -20
npm test -- --changed --passWithNoTests
Learning Categories
Navigation, Editing, Testing, Git, Quality, Context, Architecture, Performance
Guardrails
- Do not skip any checklist step.
- If tests are failing, flag before ending session.
- If uncommitted changes exist, ask whether to commit or stash.
Output
- Modified file list with uncommitted changes highlighted
- Quality gate results
- Captured learnings (if any)
- One-paragraph session summary
- Next session resume context
After completing checklist, ask: "Ready to end session?"
Signals
- GitHub stars
- 3k
- Forks
- 285
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
wrap-up-rohitg00- Source
- github.com/rohitg00/pro-workflow