storage-debug-instrumentation
저장 계층을 위한 디버깅 도구 추가
PostgreSQL과 ChromaDB의 저장 문제는 가시성 없이 진단하기 어렵습니다. 이 스킬은 저장 상태 검사, 드리프트 감지 및 시작 성능 추적을 위한 엔드포인트와 대시보드가 포함된 완전한 디버깅 툴킷을 제공합니다.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "storage-debug-instrumentation". Help me debug why some articles are not appearing in search
Erwartetes Ergebnis:
- 🔍 저장 드리프트 분석
- ChromaDB 누락: 3개 아티클 (PostgreSQL에는 있지만 인덱싱되지 않음)
- ChromaDB 중단: 2개 항목 (일치하는 PostgreSQL 아티클 없음)
- 📊 시작 타임라인
- DB 초기화: 0.45초
- 캐시 사전 로드: 1.2초
- 벡터 저장소: 0.8초
- RSS 갱신: 2.1초
- 총 시작 시간: 4.55초
Sicherheitsaudit
SicherThis is a documentation-only skill (SKILL.md) providing implementation instructions for debugging tools. No executable code, scripts, or network operations are present. All 103 static findings are FALSE POSITIVES: the skill describes adding debug endpoints but contains no actual implementation code. URLs flagged are localhost development endpoints, and backticks are markdown code block syntax, not shell execution.
Risikofaktoren
🌐 Netzwerkzugriff (6)
📁 Dateisystemzugriff (1)
⚙️ Externe Befehle (75)
Qualitätsbewertung
Was du bauen kannst
저장 동기화 디버깅
ChromaDB에 누락된 아티클이나 검색 문제를 일으키는 중단된 항목 식별
시작 성능 모니터링
데이터베이스 초기화, 캐시 사전 로드 및 RSS 갱신 소요 시간 추적
저장 상태 검사
개발 중 원시 아티클 데이터 탐색 및 저장 계층 내용 확인
Probiere diese Prompts
storage-debug-instrumentation 스킬을 사용하여 PostgreSQL 및 ChromaDB 저장 검사를 위한 디버깅 엔드포인트와 대시보드를 추가하세요.
내 애플리케이션에서 일부 아티클이 검색 결과에 나타나지 않습니다. storage-debug-instrumentation을 사용하여 PostgreSQL에는 있지만 ChromaDB에 누락된 아티클을 찾아주세요.
내 애플리케이션이 느리게 시작되었습니다. storage-debug-instrumentation을 사용하여 시작 타임라인을 보여주고 가장 오래 걸리는 단계를 식별해 주세요.
데이터베이스 간 저장 드리프트를 발견했습니다. storage-debug-instrumentation을 사용하여 chroma-누락 및 중단된 항목 샘플을 보여주어서 동기화 문제를 해결할 수 있게 해주세요.
Bewährte Verfahren
- 프로덕션에 노출하기 전에 디버깅 엔드포인트를 인증으로 보호하세요
- 대규모 데이터셋의 성능 영향을 피하려면 페이지네이션을 사용하세요
- 동기화 문제를 일찍 catch하기 위해 저장 드리프트를 정기적으로 모니터링하세요
Vermeiden
- 인증 없이 디버깅 엔드포인트를 공개적으로 접근 가능하게 두기
- 자동 감지 대신 수동으로 드리프트 확인하기
- 원인 조사 없이 시작 지연 무시하기
Häufig gestellte Fragen
Which AI platforms work with this skill?
How do I activate this skill?
What data does this skill access?
Does this skill send data externally?
What are the usage limits?
How is this different from other debugging tools?
Entwicklerdetails
Autor
BenderFendorLizenz
MIT
Repository
https://github.com/BenderFendor/Thesis/tree/main/.github/skills/storage-debug-instrumentationRef
main
Dateistruktur
📄 SKILL.md