abhigyanpatwari
@abhigyanpatwari
Public Skills
gitnexus-impact-analysis
by abhigyanpatwari
Analyze blast radius before making code changes
gitnexus-impact-analysis
by abhigyanpatwari
"Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: \"Is it safe to change X?\", \"What depends on this?\", \"What will break?\""
gitnexus-debugging
by abhigyanpatwari
Trace bugs through call chains using knowledge graph
gitnexus-debugging
by abhigyanpatwari
"Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: \"Why is X failing?\", \"Where does this error come from?\", \"Trace this bug\""
gitnexus-exploring
by abhigyanpatwari
"Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How does X work?\", \"What calls this function?\", \"Show me the auth flow\""