source-command-learn-extended
Installation
SKILL.md
source-command-learn-extended
Use this skill when the user asks to run the migrated source command learn-extended.
Command Template
Run the learning extraction pipeline on recent sessions:
cd $(git rev-parse --show-toplevel 2>/dev/null || echo /mnt/local-analysis/workspace-hub)
bash scripts/learnings/extract-learnings.sh HEAD
Then present results to the user:
- Show any patterns detected (repeated bugs, TDD gaps, skill updates)
- Show any auto-generated issue recommendations
- Ask: "Create these issues? [y/n] or edit first?"