learn-from-session
Installation
SKILL.md
User request: $ARGUMENTS
Analyze a Claude Code session to identify what went well and what could be improved, then suggest high-confidence fixes to skills in this repository.
Input formats:
- Session ID (UUID):
184078b7-2609-46e0-a1f2-bb42367a8d34 - Session file path:
~/.claude/projects/.../session-id.jsonl - Inline commentary: Text description of what happened
Output: High-confidence issues only with evidence-based suggestions for skill improvements.
Signal quality bar: Only recommend changes that would have prevented specific rework in the session. A fix is high-signal when ALL of:
- You can point to exact message numbers where rework occurred
- The skill change would have triggered BEFORE that rework
- Following the change would have produced correct output initially
Definition - high-signal fix: A skill change that passes the 3/3 counterfactual test (see Phase 5.2).