# Source Command Learn Extended

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

- Skill: `vamseeachanta/source-command-learn-extended` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/source-command-learn-extended`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/source-command-learn-extended/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/source-command-learn-extended

---


# 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:

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

