Browse curated AI prompts for GitHub Copilot.
Convert existing CSS stylesheets to Tailwind utility classes.
Incrementally migrate an entire JavaScript project to TypeScript.
Safely upgrade React 17 to React 18 with new features and breaking change handling.
Systematically migrate a Next.js app from Pages Router to App Router with Copilot.
Convert raw SQL queries to type-safe ORM operations.
Break down a monolithic file into clean, maintainable modules.
Plan and execute a safe dependency upgrade with breaking change analysis.
Refactor a legacy API endpoint to follow RESTful conventions and modern best practices.
Modernize a React class component to use functional components and hooks.
Convert a JavaScript file to TypeScript with proper types and interfaces.
Codify your style guide and let Copilot enforce it across the codebase.
A workflow to use Copilot as an automated reviewer before the human review.
Use Copilot to analyze and optimize slow SQL/Prisma queries.
Use Copilot to define a new Prisma model, migrate, seed, and test it.
Use Copilot to build a typed wrapper for an external API with tests.
Let Copilot help plan, structure, implement, and test a new REST endpoint.
Create a form using React Hook Form + Zod with Copilot assisting validation and submission.
Convert a textual description into a responsive React + Tailwind page.
Turn TypeScript types into API docs using Copilot.
Use Copilot to generate onboarding-friendly documentation.