/RegexBuild
Generate and explain a regular expression from examples of matches and non-matches.
Your AI Command Vault
Converting caffeine into code…
Tech & Coding
Reviews, debugging, regex, tests and refactors.
48 commands
Generate and explain a regular expression from examples of matches and non-matches.
Get a senior-level review covering bugs, edge cases and readability.
Interrogate your reasoning with pointed questions until the bug surfaces.
Walk through line-by-line what happens in a script — e.g. a Python script that renames 10.
Map fields between systems in a backup routine — e.g. a nightly database backup to S3 with 30-day retention.
Batch and schedule repetitive work in an intake form process — e.g. a Typeform client intake form feeding into Airtable.
Find and remove hot-path waste in a database query — e.g. a 30-line PostgreSQL query joining orders.
Plan a two-way sync for recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.
Write meaningful tests covering an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.
Refactor without changing behaviour a UI component — e.g. a React `<PricingTable />` component with three tier props.
Define triggers and conditions for a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.
Audit for silent failures in an email workflow — e.g. an auto-responder sequence for new trial signups.
Audit for injection, authz and secret-handling issues in a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.
Add retries, alerts and fallbacks to a deployment routine — e.g. a GitHub Actions deploy pipeline for a Node.js API.
Plan a stepwise migration of a config file — e.g. a `docker-compose.yml` running Postgres.
Write accurate docs and doc comments for a script — e.g. a Python script that renames 10.
Design smart, low-noise notifications for a backup routine — e.g. a nightly database backup to S3 with 30-day retention.
Diagnose the failure and propose a minimal fix for a database query — e.g. a 30-line PostgreSQL query joining orders.
Specify webhook payloads and retries for an intake form process — e.g. a Typeform client intake form feeding into Airtable.
Design an automation that handles recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.
Review for bugs, edge cases and readability an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.
Add precise static types to a UI component — e.g. a React `<PricingTable />` component with three tier props.
Write a step-by-step no-code recipe for a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.
Add retries, alerts and fallbacks to an email workflow — e.g. an auto-responder sequence for new trial signups.
Plan a stepwise migration of a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.
Plan a two-way sync for a deployment routine — e.g. a GitHub Actions deploy pipeline for a Node.js API.
Write meaningful tests covering a config file — e.g. a `docker-compose.yml` running Postgres.
Refactor without changing behaviour a script — e.g. a Python script that renames 10.
Define triggers and conditions for a backup routine — e.g. a nightly database backup to S3 with 30-day retention.
Audit for silent failures in an intake form process — e.g. a Typeform client intake form feeding into Airtable.
Audit for injection, authz and secret-handling issues in a database query — e.g. a 30-line PostgreSQL query joining orders.
Walk through line-by-line what happens in an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.
Map fields between systems in recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.
Batch and schedule repetitive work in a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.
Find and remove hot-path waste in a UI component — e.g. a React `<PricingTable />` component with three tier props.
Plan a two-way sync for an email workflow — e.g. an auto-responder sequence for new trial signups.
Write meaningful tests covering a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.
Design an automation that handles a deployment routine — e.g. a GitHub Actions deploy pipeline for a Node.js API.
Review for bugs, edge cases and readability a config file — e.g. a `docker-compose.yml` running Postgres.
Add precise static types to a script — e.g. a Python script that renames 10.
Write a step-by-step no-code recipe for a backup routine — e.g. a nightly database backup to S3 with 30-day retention.
Add retries, alerts and fallbacks to an intake form process — e.g. a Typeform client intake form feeding into Airtable.
Plan a stepwise migration of a database query — e.g. a 30-line PostgreSQL query joining orders.
Write accurate docs and doc comments for an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.
Design smart, low-noise notifications for recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.
Diagnose the failure and propose a minimal fix for a UI component — e.g. a React `<PricingTable />` component with three tier props.
Specify webhook payloads and retries for a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.
Design an automation that handles an email workflow — e.g. an auto-responder sequence for new trial signups.