Browse curated AI prompts for GitHub Copilot.
Replace an existing Webpack setup with faster, modern Vite configuration.
Convert CREATE TABLE SQL into a Prisma schema.prisma file.
Upgrade Python 2 code to Python 3, handling print, unicode, xrange, and integer division.
Rewrite old Java HTTP handlers into modern Spring Boot REST controllers.
Translate raw Kubernetes YAML manifests into Terraform IaC modules.
Refactor nested SCSS rules to modern utility-first Tailwind or component-scoped CSS Modules.
Convert low-level EventEmitter patterns into clearer async flows.
Modernize data fetching in React using React Query with caching and retries.
Simplify Redux boilerplate using Redux Toolkit.
Modernize legacy Node.js modules from require/module.exports to ES module syntax.
Migrate React Router v5 code to React Router v6 route and navigation APIs.
Convert an Express route handler to a NestJS controller with decorators.
Modernize callback-based code to promises and async/await.
Rewrite traditional CSS classes using Tailwind utility classes.
Refactor legacy API endpoints to follow modern REST.
Modernize a React class component by converting it to a functional one using hooks.
Upgrade JavaScript files to fully typed TypeScript.
Break down a monolithic file into clean, maintainable modules.
Safely upgrade Node.js to a newer LTS version and resolve compatibility issues.
Gradually transition from REST endpoints to a GraphQL API.