debugging_methodology
Sistematik debugging döngüsü - reproduce, isolate, hypothesize, fix.
npxskills add vuralserhat86/antigravity-agentic-skills--skill debugging_methodologyLoading…
Sistematik debugging döngüsü - reproduce, isolate, hypothesize, fix.
npxskills add vuralserhat86/antigravity-agentic-skills--skill debugging_methodologyLoading…
Sistematik hata ayıklama döngüsü.
REPRODUCE → UNDERSTAND → ISOLATE → HYPOTHESIZE → TEST → FIX → REFLECT
### Tekrarlama Raporu
- Hata: [Açıklama]
- Adımlar: 1. ... 2. ... 3. → Hata
- Ortam: [OS, Node, Browser]
- Tekrarlanabilirlik: [%100 / %50 / Nadiren]
Problem: Login çalışmıyor
1. Neden? → API 401 dönüyor
2. Neden? → Token geçersiz
3. Neden? → Token expire
4. Neden? → Refresh çalışmıyor
5. Neden? → Endpoint değişmiş
git bisect start
git bisect bad HEAD
git bisect good v1.0.0
git bisect run npm test
| # | Hipotez | Olasılık | Test |
|---|---|---|---|
| 1 | Null pointer | %40 | console.log |
| 2 | Race condition | %30 | timeout ekle |
Debugging Methodology v1.1 - Enhanced
Kaynak: Scientific Method in Debugging
git bisect).| Aşama | Doğrulama |
|---|---|
| 1 | "Bende çalışıyor" tuzağına düşüldü mü? (Ortam farkı kontrolü) |
| 2 | Fix yaparken test yazıldı mı? (TDD) |
| 3 | Benzer hatalar başka yerde var mı tarandı mı? |
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).