What problem does it solve? Developers frequently need quick answers about code, git history, docs, rules, or available skills without leaving their workflow or triggering heavyweight processes like full code reviews or deep research. This Skill provides read-only, context-aware Q&A that gathers the right evidence and cites its sources. ## Core Features & Use Cases - Intent-Based Routing: Classifies questions into code, git, docs, rules, skill, architecture, or multi-intent categories and runs a tailored context-gathering pipeline for each. - Session Context Capture: Automatically detects the current branch, active feature, changed files, and recent commits before answering. - Source-Attributed Answers: Every claim is backed by file, commit, or command evidence in a structured output format. - Use Case: While working on a feature branch, ask "what does the feature resolver do and what changed recently?" and receive a concise answer citing the relevant source files and commits, without any risk of accidental code modification. ## Quick Start Ask a question about the codebase such as what a specific function does or what the recent commits changed, and receive a sourced answer.