improve
Create a structured GitHub issue from a session reflection or improvement idea using the gh CLI. Use this skill when the user asks to create an issue from a…
Reflect on the current Claude Code session — review what went well, what didn't, and extract actionable takeaways. Use this skill when the user asks to reflect, review the session, do a retrospective, think about what happened, or says things like "how did that go", "what could
$ npx -y skills add falense/openpaper --skill reflect --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/reflectContext preview
The summary Claude sees to decide when to auto-load this skill.
Reflect on the current Claude Code session — review what went well, what didn't, and extract actionable takeaways. Use this skill when the user asks to reflect, review the session, do a retrospective, think about what happened, or says things like "how did that go", "what could
name: reflect description: > Reflect on the current Claude Code session — review what went well, what didn't, and extract actionable takeaways. Use this skill when the user asks to reflect, review the session, do a retrospective, think about what happened, or says things like "how did that go", "what could we do better", "session review", "retro", or "what did we learn". Also use it proactively at the end of long or complex sessions when the user wraps up.
Review the current session and produce a structured retrospective. The goal is honest self-assessment — not a polite summary, but a useful one that surfaces patterns worth repeating and mistakes worth fixing.
Walk through the conversation from the start. For each significant task or interaction, consider:
unnecessary retries?
missing context?
Be specific. Reference actual tasks, files, errors, and tool calls — not vague generalities like "communication was good."
Present the retrospective in this structure:
Bullet list. Each item names a specific task or moment and why it went well.
Bullet list. Each item names what happened, what went wrong, and why. Be direct — the point is to learn, not to soften.
2-3 concrete lessons. Frame them as actionable guidance for future sessions (e.g., "grep before assuming a function exists" not "could have been more careful").
Once you've presented the reflection, offer:
> Want me to run `/improve` to turn any of these into a GitHub issue?
This lets the user capture pain points or ideas as trackable work items.
A personalized newspaper that knows only you will ever read it. OpenPaper is a Claude Code plugin that turns any collection of news sources into a single-reader daily newspaper.
Repo: falense/openpaper