Source Command Learn Extended

Extract learnings from the current session and convert them to actionable repo content. Phase 4 of #1760.

vamseeachanta 627c993 722 B Updated

File contents

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?"

vamseeachanta/workspace-hub/tree/main/.agents/skills/source-command-learn-extended commit 627c99362b

Frequently asked questions

npx skillmds@latest add vamseeachanta/source-command-learn-extended