LLM Skills
~/catalogue/debugging et maintenance//SKILL

Modèles de débogage

/SKILL

Cadres d'analyse des causes profondes, notamment l'investigation axée sur les journaux, la corrélation via Git Bisect et le diagnostic basé sur des modèles avec évaluation du niveau de confiance.

a5c-aia5c-ai
1.6k
21 juin 2026
MIT License
// contenu du skill

name: debugging-patterns

description: Root cause analysis frameworks including log-first investigation, git bisect correlation, and pattern-based diagnosis with confidence scoring.

allowed-tools: Read, Bash, Grep, Glob, WebSearch


Debugging Patterns

Overview

Provides structured frameworks for root cause analysis. The log-first methodology ensures evidence is gathered before hypotheses are formed.

Log-First Investigation

  1. Read ALL available logs, error output, and stack traces
  2. DO NOT form hypotheses before reading evidence
  3. Identify the exact error: message, file, line, call stack
  4. Determine reproduction steps from evidence
  5. Check git log for recent changes correlating with bug introduction

Pattern-Based Diagnosis

  • Check patterns.md for known gotchas matching the error
  • Cross-reference with common patterns: null pointer, race condition, resource leak, config error
  • Rate root cause confidence (>=80% to proceed with fix)

Evidence Collection

  • Stack traces with full call chain
  • Error messages with context
  • Exit codes from reproduction attempts
  • Git blame/log for change correlation
  • Environment differences (if applicable)

When to Use

  • During DEBUG workflow investigation phase
  • When BUILD tests fail unexpectedly
  • When reviewing error handling gaps

Agents Used

  • bug-investigator (primary consumer)
  • silent-failure-hunter (pattern reference)
// source originale publique
a5c-ai/babysitter
/library/methodologies/cc10x/skills/debugging-patterns/SKILL.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cc10x/skills/debugging-patterns/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateura5c-ai
Étoiles 1.6k
LicenceMIT License
Mis à jour21 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward