Buglyst tools / Phase A
Buglyst Tools
Debug faster under pressure.
Practical utilities for comparing evidence, checking contracts, cleaning operational noise, and turning a vague failure into a defensible next step.
Filter the library
20 of 20 tools shown
( 01 ) TOOLS LIBRARY
Browse by problem space
Each category contains two focused tools from the Phase A pilot.
API & GraphQL
Compare responses and validate contracts.
2 tools
Java & Spring
Make exception chains and wiring failures readable.
2 tools
Logs & Errors
Clean operational noise and build an incident record.
2 tools
Environment, Configuration & Secrets
Find drift before it becomes downtime.
2 tools
Kubernetes & Containers
Check manifests and trace pod symptoms.
2 tools
Databases & Data
Explain database failures and query plans.
2 tools
Web, HTTP & Authentication
Inspect browser and token failures locally.
2 tools
Testing, CI/CD & Git
Turn noisy pipeline output into next checks.
2 tools
Performance, Reliability & Observability
Calculate budgets and retry schedules.
2 tools
Security, Code Quality & Developer Utilities
Find secret-shaped values and write a precise report.
2 tools
( 02 ) TOOLS LIBRARY
Pilot tool library
Deterministic, input-driven utilities with clear privacy labels and a direct path to the next check.
API Response Diff
Compare two JSON responses and see structural, type, and value changes.
JSON Schema Validator
Validate JSON against a schema and get actionable failing paths.
Java Stack Trace Cleaner
Collapse framework noise and keep the application frames that explain a Java failure.
Spring Bean Wiring Wizard
Answer focused wiring questions to narrow missing, ambiguous, or circular Spring beans.
Log Redactor
Mask tokens, credentials, cookies, and personal data in logs before sharing them.
Incident Timeline Generator
Turn timestamped notes and logs into a clean incident timeline with gaps called out.
Env File Diff
Compare environment files while hiding secret values and highlighting configuration drift.
Config Drift Report
Check a configuration snapshot against expected values and explain risky differences.
Kubernetes YAML Validator
Check Kubernetes manifest structure and common selector, port, and probe mistakes.
CrashLoopBackOff Wizard
Use pod symptoms and exit details to choose the next safe CrashLoopBackOff check.
SQL Error Explainer
Explain common SQL errors and turn the message into the next database checks.
Query Plan Explainer
Read EXPLAIN output locally and surface scans, estimates, and likely query bottlenecks.
CORS Troubleshooter
Compare browser origin, preflight, and allow headers to find the missing CORS rule.
JWT Decoder
Decode JWT headers and claims in the browser while clearly separating decoding from trust validation.
CI Log Summarizer
Condense noisy CI output into the earliest actionable failure and affected job.
Rollback Plan Generator
Build an ordered, checkpointed rollback plan from release, migration, and traffic details.
Error Budget Calculator
Calculate allowed downtime or failures from an SLO and current performance.
Retry/Backoff Calculator
Generate fixed, exponential, or jittered retry delays and total worst-case wait.
Secret Leak Scanner
Scan pasted text locally for secret-shaped values and explain what to rotate or remove.
Bug Reproduction Template Builder
Turn rough notes into a precise reproduction report with evidence and expected behavior.