What problem does it solve? Valuable insights from PR reviews, CodeRabbit comments, and debugging sessions are lost after each pull request closes, forcing teams to relearn the same lessons repeatedly. ## Core Features & Use Cases - PR Comment Mining: Fetches review comments via the GitHub CLI and extracts structured learnings from CodeRabbit output. - Quality Filtering: Evaluates each candidate learning with accept/reject/transform criteria, deduplication checks, and confidence scoring before storage. - Knowledge Base Storage: Canonicalizes approved learnings into typed JSONL entries (pattern, gotcha, decision, security, performance) and writes summary reports to docs/learnings/. - Use Case: After a sprint with multiple merged PRs, run a reflection pass to convert recurring reviewer feedback into durable coding rules that future agent sessions can apply. ## Quick Start Analyze recent PR reviews and session history, then propose candidate learnings for me to approve and add to the knowledge base.