SlashAI

Your AI Command Vault

Converting caffeine into code…

Tech & Coding

Tech & Coding

Reviews, debugging, regex, tests and refactors.

48 commands

/RegexBuild

Generate and explain a regular expression from examples of matches and non-matches.

Coding & Developmentmedium#regex#pattern

/CodeReview

Get a senior-level review covering bugs, edge cases and readability.

Coding & Developmentmedium#review#quality

/Rubber

Interrogate your reasoning with pointed questions until the bug surfaces.

Coding & Developmenteasy#debug#thinking

/ExplainScript

Walk through line-by-line what happens in a script — e.g. a Python script that renames 10.

Coding & Developmentadvanced#script#automation

/MapBackup

Map fields between systems in a backup routine — e.g. a nightly database backup to S3 with 30-day retention.

Automation & Workflowsadvanced#backup#mapping

/BatchIntake

Batch and schedule repetitive work in an intake form process — e.g. a Typeform client intake form feeding into Airtable.

Automation & Workflowsmedium#forms#batching

/OptimizeQuery

Find and remove hot-path waste in a database query — e.g. a 30-line PostgreSQL query joining orders.

Coding & Developmentmedium#sql#query

/SyncReport

Plan a two-way sync for recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.

Automation & Workflowseasy#reporting#syncing

/TestApi

Write meaningful tests covering an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.

Coding & Developmenteasy#api#backend

/RefactorComponent

Refactor without changing behaviour a UI component — e.g. a React `<PricingTable />` component with three tier props.

Coding & Developmentadvanced#frontend#component

/TriggerCrm

Define triggers and conditions for a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.

Automation & Workflowsadvanced#crm#triggers

/AuditEmail

Audit for silent failures in an email workflow — e.g. an auto-responder sequence for new trial signups.

Automation & Workflowsmedium#email#audit

/SecureFunction

Audit for injection, authz and secret-handling issues in a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.

Coding & Developmentmedium#function#security

/FailsafeDeploy

Add retries, alerts and fallbacks to a deployment routine — e.g. a GitHub Actions deploy pipeline for a Node.js API.

Automation & Workflowseasy#devops#reliability

/MigrateConfig

Plan a stepwise migration of a config file — e.g. a `docker-compose.yml` running Postgres.

Coding & Developmenteasy#config#devops

/DocumentScript

Write accurate docs and doc comments for a script — e.g. a Python script that renames 10.

Coding & Developmentadvanced#script#automation

/NotifyBackup

Design smart, low-noise notifications for a backup routine — e.g. a nightly database backup to S3 with 30-day retention.

Automation & Workflowsadvanced#backup#notifications

/DebugQuery

Diagnose the failure and propose a minimal fix for a database query — e.g. a 30-line PostgreSQL query joining orders.

Coding & Developmentmedium#sql#query

/WebhookIntake

Specify webhook payloads and retries for an intake form process — e.g. a Typeform client intake form feeding into Airtable.

Automation & Workflowsmedium#forms#integration

/AutomateReport

Design an automation that handles recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.

Automation & Workflowseasy#reporting#automation

/ReviewApi

Review for bugs, edge cases and readability an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.

Coding & Developmenteasy#api#backend

/TypesComponent

Add precise static types to a UI component — e.g. a React `<PricingTable />` component with three tier props.

Coding & Developmentadvanced#frontend#component

/ZapCrm

Write a step-by-step no-code recipe for a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.

Automation & Workflowsadvanced#crm#recipes

/FailsafeEmail

Add retries, alerts and fallbacks to an email workflow — e.g. an auto-responder sequence for new trial signups.

Automation & Workflowsmedium#email#reliability

/MigrateFunction

Plan a stepwise migration of a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.

Coding & Developmentmedium#function#migration

/SyncDeploy

Plan a two-way sync for a deployment routine — e.g. a GitHub Actions deploy pipeline for a Node.js API.

Automation & Workflowseasy#devops#syncing

/TestConfig

Write meaningful tests covering a config file — e.g. a `docker-compose.yml` running Postgres.

Coding & Developmenteasy#config#devops

/RefactorScript

Refactor without changing behaviour a script — e.g. a Python script that renames 10.

Coding & Developmentadvanced#script#automation

/TriggerBackup

Define triggers and conditions for a backup routine — e.g. a nightly database backup to S3 with 30-day retention.

Automation & Workflowsadvanced#backup#triggers

/AuditIntake

Audit for silent failures in an intake form process — e.g. a Typeform client intake form feeding into Airtable.

Automation & Workflowsmedium#forms#audit

/SecureQuery

Audit for injection, authz and secret-handling issues in a database query — e.g. a 30-line PostgreSQL query joining orders.

Coding & Developmentmedium#sql#query

/ExplainApi

Walk through line-by-line what happens in an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.

Coding & Developmenteasy#api#backend

/MapReport

Map fields between systems in recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.

Automation & Workflowseasy#reporting#mapping

/BatchCrm

Batch and schedule repetitive work in a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.

Automation & Workflowsadvanced#crm#batching

/OptimizeComponent

Find and remove hot-path waste in a UI component — e.g. a React `<PricingTable />` component with three tier props.

Coding & Developmentadvanced#frontend#component

/SyncEmail

Plan a two-way sync for an email workflow — e.g. an auto-responder sequence for new trial signups.

Automation & Workflowsmedium#email#syncing

/TestFunction

Write meaningful tests covering a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.

Coding & Developmentmedium#function#testing

/AutomateDeploy

Design an automation that handles a deployment routine — e.g. a GitHub Actions deploy pipeline for a Node.js API.

Automation & Workflowseasy#devops#automation

/ReviewConfig

Review for bugs, edge cases and readability a config file — e.g. a `docker-compose.yml` running Postgres.

Coding & Developmenteasy#config#devops

/TypesScript

Add precise static types to a script — e.g. a Python script that renames 10.

Coding & Developmentadvanced#script#automation

/ZapBackup

Write a step-by-step no-code recipe for a backup routine — e.g. a nightly database backup to S3 with 30-day retention.

Automation & Workflowsadvanced#backup#recipes

/FailsafeIntake

Add retries, alerts and fallbacks to an intake form process — e.g. a Typeform client intake form feeding into Airtable.

Automation & Workflowsmedium#forms#reliability

/MigrateQuery

Plan a stepwise migration of a database query — e.g. a 30-line PostgreSQL query joining orders.

Coding & Developmentmedium#sql#query

/DocumentApi

Write accurate docs and doc comments for an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.

Coding & Developmenteasy#api#backend

/NotifyReport

Design smart, low-noise notifications for recurring reporting — e.g. a weekly Monday-morning sales report emailed to leadership.

Automation & Workflowseasy#reporting#notifications

/DebugComponent

Diagnose the failure and propose a minimal fix for a UI component — e.g. a React `<PricingTable />` component with three tier props.

Coding & Developmentadvanced#frontend#component

/WebhookCrm

Specify webhook payloads and retries for a CRM process — e.g. the lead-to-opportunity handoff in a HubSpot pipeline.

Automation & Workflowsadvanced#crm#integration

/AutomateEmail

Design an automation that handles an email workflow — e.g. an auto-responder sequence for new trial signups.

Automation & Workflowsmedium#email#automation