Accelerates codebase research through structured git analysis, implementation tracing, and evidence-based investigation patterns.
The Code Discovery skill provides a standardized framework for exploring complex codebases, allowing developers to understand recent changes and architectural patterns before proposing modifications. It features specialized git log analysis strategies, entry-point-driven code reading, and a rigorous documentation system using file:line references to ensure all findings are verifiable. By moving from high-level project context to deep-dive implementation traces, it helps eliminate guesswork and ensures that every change is grounded in the reality of the existing code implementation.
주요 기능
011 GitHub stars
02Strategic entry points via Forge project context files
03Evidence-based finding classification using confidence levels
04Context-aware git log analysis with configurable timeframes
05Interface-driven implementation tracing from entry points to logic
06Standardized file:line reference patterns for precise documentation
사용 사례
01Investigating a recent regression to identify exactly when and why code broke
02Mapping out integration points in unfamiliar modules before architectural planning
03Researching existing design patterns to ensure new features follow codebase precedents