What problem does it solve? Stored codebase learnings become stale as a repository evolves, forcing either outdated context or expensive full re-analysis. This Skill refreshes only what changed by diffing current code against previously stored learnings. ## Core Features & Use Cases - Incremental Re-Analysis: Uses git history since the last-analyzed date to identify changed files and re-analyzes only affected areas. - Read-Merge-Write Updates: Merges new findings into existing learning files (e.g., ui-patterns.md, gotchas.md), adding new patterns, removing resolved gotchas, and preserving still-accurate content. - Work-Repo Guard: Detects repos with a ./wiki/ directory and redirects to the /wiki-ingest workflow instead of flat learnings. - Use Case: After a sprint of changes to a UI component library, run this Skill to refresh only the affected pattern notes in ~/.claude/repo-learnings/{repo}/ without rewriting everything. ## Quick Start Ask the AI to update the learnings for this repository, optionally scoping the refresh to a specific path.