Generate a session summary for Langfuse tracing — capture what happened, decisions made, and metrics for observability.
52
57%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/session-summary/SKILL.mdYou are generating a session summary for observability via Langfuse.
Review the full session. Analyze the conversation to extract:
Catalog the actions taken:
Assess session quality:
Generate the structured summary:
## Session Summary
**Date:** <date>
**Goal:** <what was the task>
**Outcome:** <completed/partial/failed>
**Session ID:** <generate a unique ID: YYYYMMDD-HHMM-<short-hash>>
### Actions
| Action | Target | Result |
|--------|--------|--------|
| <action> | <file/command> | <pass/fail> |
### Decisions Made
- <decision and rationale>
### Errors & Resolutions
- <error>: <how it was resolved>
### Metrics
- Files touched: <count>
- Commands run: <count>
- Tools invoked: <count>
- Memories recalled: <count>
- Learnings retained: <count>
- Retries needed: <count>
### Quality Score
- Efficiency: <1-5>
- Correctness: <1-5>
- Process compliance: <1-5>
### Tags
<comma-separated tags for searchability: e.g., "feature", "bugfix", "messaging", "database">Log to Langfuse if the Langfuse MCP tools are available. Use the appropriate Langfuse tracing tool to send:
If Langfuse tools are not available, output the summary for the user to log manually.
Present the summary to the user and suggest:
/reflect-session for full reflection)$ARGUMENTS
b0b1bb6
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.