Browse curated AI prompts for GitHub Copilot.
Gradually transition an existing REST API surface to GraphQL without breaking clients.
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.
Convert low-level EventEmitter patterns into clearer async flows.
Convert an Express route handler to a NestJS controller with decorators.
Refactor legacy API endpoints to follow modern REST.
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.
Refactor a legacy API endpoint to follow RESTful conventions and modern best practices.
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.
Complete workflow for building a production-ready REST API
Create integration tests for an API endpoint, including success and failure paths.
Use Copilot to scaffold a complete CRUD module for a resource, with routes, validation, and service logic.