SlashAI

Your AI Command Vault

Teaching the AI to be funny… it said no.

Code Review

Coding & Development

Code Review

7 commands

/CodeReview

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

Coding & Developmentmedium#review#quality

/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

/ReviewConfig

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

Coding & Developmenteasy#config#devops

/ReviewFunction

Review for bugs, edge cases and readability a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.

Coding & Developmentmedium#function#code

/ReviewQuery

Review for bugs, edge cases and readability a database query — e.g. a 30-line PostgreSQL query joining orders.

Coding & Developmentmedium#sql#query

/ReviewComponent

Review for bugs, edge cases and readability a UI component — e.g. a React `<PricingTable />` component with three tier props.

Coding & Developmentadvanced#frontend#component

/ReviewScript

Review for bugs, edge cases and readability a script — e.g. a Python script that renames 10.

Coding & Developmentadvanced#script#automation