SlashAI

Your AI Command Vault

Asking the AI who built the AI that built it…

Coding & Development

Coding & Development

63 commands · 11 subcategories

Subcategories

Popular in Coding & Development

/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

/OptimizeQuery

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

Coding & Developmentmedium#sql#query

/TestApi

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

Coding & Developmenteasy#api#backend