debugging-patterns

Diagnose and fix bugs in ABP-based .NET and React projects.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/alexsandrocruz/DominusLeads --skill debugging-patterns-alexsandrocruz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-patterns
Source: https://github.com/alexsandrocruz/DominusLeads/tree/main/backend/Sapienza.Leads/.claude/skills/debugging-patterns
Command: npx skills add https://github.com/alexsandrocruz/DominusLeads --skill debugging-patterns-alexsandrocruz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides structured debugging guidance for ABP-based .NET backends and React frontends, helping developers quickly identify root causes and reduce mean time to resolution.

Core Features & Use Cases

  • Structured Debugging Templates for ABP Framework and React applications that guide you from error to fix.
  • Pattern Library for Common Issues such as Authorization failures, Entity Not Found, Async Deadlocks, N+1 EF Core queries, and React state pitfalls.
  • Practical Examples showing step-by-step reproduction, hypothesis formation, verification, and regression prevention.

Quick Start

Apply the debugging-patterns framework to a failing ABP API and a misbehaving React component to produce a concise root-cause report and a recommended fix, using the templates provided in this Skill.

Frequently Asked Questions about debugging-patterns

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

FAQPage Schema
How do I debug N+1 query problems in Entity Framework Core within an ABP framework application?

This skill provides structured debugging templates for EF Core N+1 queries in ABP, guiding you through query tracking conflicts and loading strategies via root-cause analysis, verification, and regression prevention steps.

What is the best way to debug React state and hook issues in a production environment?

The best way to debug React state issues in production is applying systematic templates for hook debugging and root-cause analysis, ensuring you follow best practices for reproduction and regression prevention across environments.

How do I fix async deadlock and authorization failures in ABP-based .NET APIs?

Fix ABP API authorization failures and async deadlocks by applying a structured debugging framework that delivers pattern libraries, code examples, and actionable steps for root-cause identification and verification.

Does this debugging framework support tracing stack traces across both backend and frontend layers?

Yes, this debugging framework supports tracing stack traces across ABP .NET backends and React frontends, providing practical examples for step-by-step reproduction, hypothesis formation, and verification across development, staging, and production.

Can I use these debugging patterns for Entity Not Found errors in ABP without additional dependencies?

Yes, you can use these debugging patterns for ABP Entity Not Found errors without additional dependencies, as the skill operates independently to provide pattern libraries, templates, and actionable fixes for root-cause resolution.