Build & Code

17 prompts

Specialist Role Code Review

Get a specialist's critique of your code by having the model adopt a specific engineering role.

code-reviewdevelopersecurity

Step-by-Step Refactor with Checkpoints

Refactor incrementally with full control — review and approve each step before the next begins.

refactoringdevelopercode-review

Clarify Before You Code

Get precise requirements before implementation starts, not after.

requirementsplanningdeveloper

Agile User Stories from Design Features

Convert a design feature into user stories with acceptance criteria, edge cases, and explicit out-of-scope boundaries.

user-storiesagiledeveloper-handoff

Project Architecture Blueprint

Break a project idea into a phased build plan with architecture guidance and early decision flags.

architectureproject-planningdeveloper

Edge-Case Unit Test Writer

Generate thorough unit tests covering standard cases, edge cases, and error states.

unit-testingdevelopertest-coverage

JSDoc Comment Generator

Generate accurate, complete JSDoc comments for any JavaScript or TypeScript function.

documentationjsdocjavascript

Code Walkthrough for Any Function

Get a plain-language walkthrough of any function — ideal for onboarding, reviews, or unfamiliar code.

code-explanationdeveloperonboarding

Complexity Audit and Optimization

Get a full Big-O analysis of a function and a more efficient rewrite.

performancealgorithmsbig-o

Legacy Code Modernizer

Migrate old or deprecated code to a modern language or framework with up-to-date patterns.

refactoringmigrationmodernization

React Re-render Debugger

Find and fix the root causes of unnecessary React re-renders with a full explanation.

reactperformancedebugging

Error Root Cause Diagnosis

Diagnose the root cause of a thrown error and get a concrete fix, not just a patch.

debuggingerror-handlingdeveloper

Dockerfile for Any Stack

Generate a clean, commented Dockerfile tailored to your specific runtime and framework.

dockerdevopscontainerization

Database Schema Designer

Get a complete, explained SQL schema designed around your application's needs.

databasesqlschema

Feature Spec to Working Code

Turn a list of requirements into working, convention-compliant code.

feature-developmentimplementationdeveloper

Calculator or Converter Tool Spec

Define a small useful app such as a mortgage calculator or budget tracker.

calculatorconverterapp-spec

Landing Page Builder Brief

Generate a practical brief for creating a modern landing page.

landing-pageweb-buildproduct-page