skills/smithery.ai/session-end

session-end

Installation
SKILL.md

Session End Pipeline

Structured closure workflow that preserves session context for the next session, runs compliance checks, captures metrics, and commits all changes. Designed to prevent stale context — the #1 cause of wasted time in subsequent sessions.

Critical Rules (MUST follow)

  1. MUST update SESSION_CONTEXT.md — all three sections (summary, status table, next goals). Skipping this causes the next session to start with wrong priorities, wrong metrics, wrong status.
  2. MUST show pre-commit summary before pushing — git status, script results, and any warnings. Never push blind.
  3. MUST note script failures — if any script fails, log it, continue with remaining steps, and flag in the pre-commit summary.
  4. MUST show health score dashboard and velocity summary to the user. Summarize other script output only if errors occurred.

When to Use

Installs
2
First Seen
Apr 2, 2026
session-end from smithery.ai