Conducts systematic deep-dive analysis into bugs, performance bottlenecks, and technical debt to produce actionable resolution plans.
The investigate skill bridges the gap between identifying a problem and fixing it by automating the discovery process within the Claude Code environment. It utilizes specialized subagents to trace execution paths, reproduce errors, and evaluate performance bottlenecks across your codebase. Instead of jumping straight into code changes, it documents root causes, evaluates multiple resolution options, and identifies risks, resulting in a comprehensive investigation file that can be seamlessly converted into implementation tasks using the /ctx:breakdown workflow.
主な機能
01Performance profiling to identify bottlenecks and latency issues
02Standardized investigation reporting with effort estimation and risk assessment
03Automated root cause analysis for bugs and runtime errors
04Systematic refactor planning with dependency and impact mapping
05Integration with project-specific test runners and build validators
060 GitHub stars
ユースケース
01Tracing the origin of intermittent production bugs and documenting reproduction steps
02Mapping out the scope and risks of a major architectural refactor before starting development
03Analyzing slow API endpoints to propose specific performance optimizations