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:

  1. Show any patterns detected (repeated bugs, TDD gaps, skill updates)
  2. Show any auto-generated issue recommendations
  3. Ask: "Create these issues? [y/n] or edit first?"
Installs
4
GitHub Stars
11
First Seen
May 12, 2026
source-command-learn-extended — vamseeachanta/workspace-hub