Browse curated AI prompts for GitHub Copilot.
A safe, step-by-step Node version upgrade workflow for production services.
Convert low-level EventEmitter patterns into clearer async flows.
Modernize legacy Node.js modules from require/module.exports to ES module syntax.
Convert an Express route handler to a NestJS controller with decorators.
Modernize callback-based code to promises and async/await.
Use Copilot to update legacy callback-style code to async/await.
Use Copilot to scaffold a complete CRUD module for a resource, with routes, validation, and service logic.