/Rubber
Interrogate your reasoning with pointed questions until the bug surfaces.
Your AI Command Vault
Pretending this doesn't take time…
Debugging
7 commands
Interrogate your reasoning with pointed questions until the bug surfaces.
Diagnose the failure and propose a minimal fix for a database query — e.g. a 30-line PostgreSQL query joining orders.
Diagnose the failure and propose a minimal fix for a UI component — e.g. a React `<PricingTable />` component with three tier props.
Diagnose the failure and propose a minimal fix for a script — e.g. a Python script that renames 10.
Diagnose the failure and propose a minimal fix for an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.
Diagnose the failure and propose a minimal fix for a config file — e.g. a `docker-compose.yml` running Postgres.
Diagnose the failure and propose a minimal fix for a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.