Generate a session summary for Langfuse tracing — capture what happened, decisions made, and metrics for observability.
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./devflow-plugin/skills/session-summary/SKILL.mdThe canonical home for this skill is session-summary in AndreJorgeLopes/devflow
You 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
faa2388
Canonical home
since May 7, 2026
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.