gitnexus-debugging

Trace execution flows and analyze errors within a codebase using GitNexus.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill gitnexus-debugging-luiztrilha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-debugging
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/opencode/gitnexus-debugging
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill gitnexus-debugging-luiztrilha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured approach to debugging issues within a codebase, enabling users to trace errors and understand the flow of execution.

Core Features & Use Cases

  • Execution Flow Tracing: Identify and trace the flow of execution for specific functions or processes.
  • Error Analysis: Analyze error messages and symptoms to determine their source.
  • Custom Tracing: Perform custom trace queries to delve deeper into specific parts of the codebase.

Quick Start

To debug an issue, run the gitnexus-debugging skill with the command: gitnexus_query("query: <error description>")

Frequently Asked Questions about gitnexus-debugging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace the execution flow of a function to find an error?

To trace execution flow and find an error, run the debugging query with your error description. It analyzes the codebase to identify the execution path and determine the source of the issue.

What is the best way to analyze code errors in a large codebase?

Analyzing code errors in a large codebase is best handled by running a custom trace query against the codebase. This structured approach analyzes error messages and symptoms to pinpoint their source.

Do I need GitNexus set up to trace execution flows?

Yes, you need GitNexus set up and configured to trace execution flows. The debugging process relies entirely on the GitNexus environment to execute custom trace queries.

How do I run a custom trace query for debugging?

To run a custom trace query for debugging, use the command gitnexus_query and include your specific error description. This delves deeper into specific parts of the codebase.

Can I debug specific codebase processes without scanning the entire project?

Yes, you can debug specific codebase processes without scanning the entire project by performing custom trace queries. This allows you to delve deeper into targeted parts of the codebase.

Why does my error analysis not return the expected source?

Your error analysis may not return the expected source if the execution flow tracing query lacks a specific error description. Ensure your query accurately describes the symptoms to determine their source.