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.

( 02 ) TOOLS LIBRARY

Pilot tool library

Deterministic, input-driven utilities with clear privacy labels and a direct path to the next check.

diffLocal

API Response Diff

Compare two JSON responses and see structural, type, and value changes.

JSON · REST
parser-validatorLocal

JSON Schema Validator

Validate JSON against a schema and get actionable failing paths.

JSON · JSON Schema
local-transformerLocal

Java Stack Trace Cleaner

Collapse framework noise and keep the application frames that explain a Java failure.

Java · Spring
questionnaireLocal

Spring Bean Wiring Wizard

Answer focused wiring questions to narrow missing, ambiguous, or circular Spring beans.

Java · Spring Boot
local-transformerLocal

Log Redactor

Mask tokens, credentials, cookies, and personal data in logs before sharing them.

Logs · Security
report-builderLocal

Incident Timeline Generator

Turn timestamped notes and logs into a clean incident timeline with gaps called out.

Incident response · Logs
diffLocal

Env File Diff

Compare environment files while hiding secret values and highlighting configuration drift.

.env · Configuration
rule-checkerLocal

Config Drift Report

Check a configuration snapshot against expected values and explain risky differences.

Configuration · Runtime
parser-validatorLocal

Kubernetes YAML Validator

Check Kubernetes manifest structure and common selector, port, and probe mistakes.

Kubernetes · YAML
questionnaireLocal

CrashLoopBackOff Wizard

Use pod symptoms and exit details to choose the next safe CrashLoopBackOff check.

Kubernetes · Containers
assisted-analyzerRedacted

SQL Error Explainer

Explain common SQL errors and turn the message into the next database checks.

SQL · PostgreSQL
assisted-analyzerRedacted

Query Plan Explainer

Read EXPLAIN output locally and surface scans, estimates, and likely query bottlenecks.

SQL · EXPLAIN
rule-checkerLocal

CORS Troubleshooter

Compare browser origin, preflight, and allow headers to find the missing CORS rule.

HTTP · CORS
local-transformerLocal

JWT Decoder

Decode JWT headers and claims in the browser while clearly separating decoding from trust validation.

JWT · Web Crypto
assisted-analyzerRedacted

CI Log Summarizer

Condense noisy CI output into the earliest actionable failure and affected job.

CI/CD · Logs
report-builderLocal

Rollback Plan Generator

Build an ordered, checkpointed rollback plan from release, migration, and traffic details.

Release engineering · Git
calculatorLocal

Error Budget Calculator

Calculate allowed downtime or failures from an SLO and current performance.

SLO · Reliability
calculatorLocal

Retry/Backoff Calculator

Generate fixed, exponential, or jittered retry delays and total worst-case wait.

Retries · Reliability
rule-checkerLocal

Secret Leak Scanner

Scan pasted text locally for secret-shaped values and explain what to rotate or remove.

Secrets · Security
generatorLocal

Bug Reproduction Template Builder

Turn rough notes into a precise reproduction report with evidence and expected behavior.

Debugging · Incident response