summary

star 4

Summary skill for concise, high-signal completion reports and session handoff summaries

Sujan-6905 By Sujan-6905 schedule Updated 3/7/2026

name: summary description: Summary skill for concise, high-signal completion reports and session handoff summaries license: MIT compatibility: opencode metadata: audience: developers workflow: communication

Summary Skill

Purpose

Provide summaries that help the user or the next session continue immediately.

Do Not Use This Skill For

  • generating standalone markdown reports unless explicitly requested
  • repeating a file-by-file diff when a higher-signal summary will do

Standard Completion Summary

Include only the information that matters:

  1. what changed
  2. what was verified
  3. any remaining risk or limitation
  4. any natural next step

Compact Session Handoff

When a session may end before all work is complete, output this structure:

## Session Compact Summary

### Completed Tasks
- [...]

### Remaining Tasks
- [...]

### Current State
- [...]

### Critical Context
- [...]

### Files Modified
- [...]

### Next Steps
1. [...]
2. [...]

Rules

  • Keep the summary in the conversation, not as a generated markdown file.
  • Do not turn the summary into a changelog dump.
  • Call out blocked verification explicitly.
  • Include .env.example updates when environment requirements changed.

Done Criteria

  • the next reader can act without re-reading the whole session
  • the summary distinguishes completed work from assumptions
Install via CLI
npx skills add https://github.com/Sujan-6905/opencode-global-configs --skill summary
Repository Details
star Stars 4
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator