Browse curated AI prompts for GitHub Copilot.
Incrementally migrate a JavaScript repo to TypeScript with strict type checking.
Upgrade JavaScript files to fully typed TypeScript.
Incrementally migrate an entire JavaScript project to TypeScript.
Convert a JavaScript file to TypeScript with proper types and interfaces.
Use Copilot to build a typed wrapper for an external API with tests.
Turn TypeScript types into API docs using Copilot.
Create a new service module with interface, implementation, and tests using Copilot.
Have Copilot model UI states as a simple state machine, instead of scattered booleans.
Ask Copilot to generate Zod validation schemas from an object shape or API payload.
Use Copilot to generate a strongly typed client for a REST API.
Turn a natural language UI description into a reusable React + Tailwind component.
Use Copilot to scaffold a complete CRUD module for a resource, with routes, validation, and service logic.
Ask Copilot to create a reusable, well-typed utility function with edge cases handled.