Compétences bug-diagnose-and-root-cause-and-fix
🔍

bug-diagnose-and-root-cause-and-fix

Sûr 🌐 Accès réseau⚙️ Commandes externes

버그 진단 및 근본 원인 찾기

Également disponible depuis: 727474430

소프트웨어 버그는 개발자의 시간을 낭비합니다. 이 기술은 체계적인 근본 원인 분석을 제공하여 오류가 발생하는 정확한 위치와 이유를 식별합니다. 특정 코드 위치, 단계별 수정 지침 및 여러 해결 옵션이 포함된 상세한 진단 보고서를 제공합니다.

Prend en charge: Claude Codex Code(CC)
📊 69 Adéquat
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "bug-diagnose-and-root-cause-and-fix". My React app crashes with 'Cannot read property map of undefined' when I click the submit button

Résultat attendu:

  • Problem: Data fetching returns undefined before component renders
  • Location: src/components/Form.jsx:47
  • Root cause: The async data load completes after initial render
  • Fix: Add conditional rendering check before accessing data
  • Step 1: Check if data exists before calling .map()
  • Step 2: Add loading state indicator
  • Verify: Run app and test submit button functionality

Utilisation de "bug-diagnose-and-root-cause-and-fix". npm test fails with 'Expected 2 to equal 3' in my user validation test

Résultat attendu:

  • Problem: Test assertion fails on user validation function
  • Location: src/utils/validation.js:12
  • Root cause: The validation logic returns false for valid email format with subdomain
  • Fix: Update regex pattern to allow subdomain in email
  • Step 1: Modify the email regex pattern in validation.js
  • Step 2: Add test case for subdomain email
  • Verify: Run tests to confirm all assertions pass

Audit de sécurité

Sûr
v3 • 1/16/2026

Pure documentation skill with no executable code. All static findings are false positives: Chinese text misidentified as cryptographic algorithms, markdown formatting misidentified as shell execution, and normal JSON strings misidentified as obfuscation. The skill only provides guidance through read-only analysis of error messages and code review.

2
Fichiers analysés
275
Lignes analysées
2
résultats
3
Total des audits

Facteurs de risque

🌐 Accès réseau (1)
⚙️ Commandes externes (4)

Score de qualité

38
Architecture
100
Maintenabilité
85
Contenu
22
Communauté
100
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

런타임 오류 수정

정확한 코드 위치 식별과 함께 애플리케이션 충돌 및 런타임 예외 진단

테스트 실패 조사

코드 버그인지 환경 문제인지 확인하기 위해 테스트 실패 분석

배포 문제 디버깅

CI/CD 파이프라인에서 빌드 실패 및 배포 문제의 근본 원인 식별

Essayez ces prompts

빠른 오류 확인
I got this error: [paste error message]. Help me understand what caused it and how to fix it.
실패한 테스트 디버깅
My test [test name] is failing with: [error details]. The test file is at [path]. Review the test and source code to find the root cause.
프로덕션 버그 분석
Production is showing [symptom]. Error logs indicate: [logs]. The relevant code is in [files]. Find the root cause and suggest a fix.
복잡한 디버깅
I have a bug where [description]. It happens when [reproduction steps]. I checked [already-tried fixes]. Use git blame to check recent changes and help identify what caused this regression.

Bonnes pratiques

  • 더 빠른 진단을 위해 스택 추적을 포함한 완전한 오류 메시지 제공
  • 버그를 재현하기 위한 정확한 단계 포함
  • 관련 파일 경로 및 최근 코드 변경 사항 공유

Éviter

  • 오류 세부 정보를 공유하지 않고 수정 요청
  • 스킬이 코드를 직접 수정할 것으로 기대
  • 진단 단계를 건너뛰고 해결책만 요청

Foire aux questions

어떤 AI 도구가 이 기술을 지원하나요?
이 기술은 Claude, Codex 및 Claude Code에서 작동합니다. 오류 메시지, 충돌 또는 예상치 못한 동작이 표시되면 사용하세요.
최상의 결과를 위해 어떤 정보를 제공해야 하나요?
전체 오류 메시지, 스택 추적, 재현 단계 및 관련 코드 스니펫을 공유하세요. 더 많은 컨텍스트가 더 빠른 진단으로 이어집니다.
이 기술이 내 코드를 수정하나요?
아니요. 이 기술은 상세한 지침과 해결 단계를 제공합니다. 코드베이스에 대한 통제력을 유지하기 위해 직접 수정 사항을 적용합니다.
내 코드 데이터가 어디로 보내지나요?
아니요. 모든 분석은 AI 도구 세션 내에서 이루어집니다. 코드는 로컬에서 처리되며 외부 서버로 전송되지 않습니다.
성능 문제를 처리할 수 있나요?
네. 성능 지표, 느린 함수 이름 및 프로파일링 데이터를 포함하세요. 이 기술은 병목 현상과 최적화 기회를 식별할 수 있습니다.
일반적인 디버깅과 어떻게 다른가요?
이 기술은 체계적인 4단계 프로세스를 따릅니다: 정보 수집, 코드 검토, 근본 원인 분석 및 솔루션 계획. 직접 실행할 수 있는 상세한 보고서를 제공합니다.

Détails du développeur

Structure de fichiers

📄 SKILL.md