Skip to content

Add session-review skill for knowledge capture#51

Draft
gitlastoni wants to merge 2 commits intoPovertyAction:mainfrom
gitlastoni:add-session-review-skill
Draft

Add session-review skill for knowledge capture#51
gitlastoni wants to merge 2 commits intoPovertyAction:mainfrom
gitlastoni:add-session-review-skill

Conversation

@gitlastoni
Copy link
Collaborator

@gitlastoni gitlastoni commented Feb 4, 2026

Pull Request Summary 🚀

What does this PR do? 📝

Adds a new session-review skill that helps Claude review coding sessions to identify learnings worth persisting to project documentation.

Why is this change needed? 🤔

When working with Claude Code, valuable insights often emerge during sessions (build commands, gotchas, workflow patterns) that would benefit future sessions. This skill provides a structured way to capture that knowledge before it's lost.

How was this implemented? 🛠️

  • Added .claude/skills/session-review/SKILL.md following the standard skill structure
  • Skill prompts Claude to scan the session for:
    1. Project instruction updates (AGENTS.md or CLAUDE.md)
    2. Opportunities to create reusable skills

How to test or reproduce? 🧪

  1. Open a Claude Code session in any project
  2. Do some work that involves learning something non-obvious
  3. Run /session-review
  4. Verify Claude reviews the session and provides actionable output

Checklist ✅

  • I have run and tested my changes locally
  • I have limited this PR to less than 1000 lines of code change (if not, explain why)
  • I have updated/added tests to cover my changes (if applicable)
  • I have updated/added requirements to cover my changes (if applicable)
  • I have run linting and formatting on any code changes (if applicable)
  • I have updated the documentation (README, etc.) accordingly

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gitlastoni gitlastoni marked this pull request as draft February 4, 2026 18:03
@gitlastoni
Copy link
Collaborator Author

@NKeleher I made this up myself on a whim and have found it to be useful. If you want to add this, you should probably add a readme entry about it

@NKeleher NKeleher self-requested a review February 4, 2026 19:14
Copy link
Contributor

@NKeleher NKeleher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love this idea! super helful

Copy link
Contributor

@NKeleher NKeleher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea! Super useful

Co-authored-by: Niall Keleher <niall.keleher@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants