/Prompts
Curated collection of effective GitHub Copilot prompts for various development tasks and workflows.
-
Business Question
questions
Oct 17, 2025
Ask about a business related question.
Business CEO -
Convert Legacy Code
Code Modernization
Oct 15, 2025
Modernize legacy code to current standards while maintaining functionality and adding tests.
Refactoring Migration Modernization -
API Client Generator
Code Generation
Oct 15, 2025
Generate type-safe API client code from OpenAPI/Swagger specifications with error handling.
API Code Generation TypeScript -
Accessibility Audit
Accessibility
Oct 15, 2025
Comprehensive accessibility audit following WCAG guidelines with specific remediation steps.
Accessibility a11y WCAG -
Code Documentation Generator
Documentation
Oct 15, 2025
Generate comprehensive code documentation including JSDoc, README, and API references.
Documentation JSDoc Comments -
Database Schema Design
Database Design
Oct 15, 2025
Design a comprehensive database schema with tables, relationships, indexes, and constraints based on requirements.
Database Schema Design SQL -
Design System Component
Design Systems
Oct 15, 2025
Create reusable, accessible design system components with documentation and variants.
Design Systems Components UI/UX -
Error Message Improvement
User Experience
Oct 15, 2025
Transform technical error messages into user-friendly, actionable messages with clear guidance.
UX Writing Error Handling User Experience -
Git Commit Message Generator
Version Control
Oct 15, 2025
Generate clear, conventional commit messages that follow best practices and team standards.
Git Version Control Commit Messages -
Migration Script Creator
Database
Oct 15, 2025
Create safe database or data migration scripts with rollback capability and validation.
Database Migration Data -
Performance Optimization Analysis
Performance
Oct 15, 2025
Analyze code and application performance with actionable optimization recommendations and benchmarks.
Performance Optimization Profiling -
Write Technical Blog Post
Content Creation
Oct 15, 2025
Create an engaging, well-structured technical blog post with code examples, explanations, and best practices.
Writing Documentation Tutorial -
Ideation
ideation
Oct 12, 2025
Find B2C app ideas
ideation apps -
Create Comprehensive README
Documentation
Oct 1, 2025
Generate a well-structured README.md file for your project with all essential sections and best practices.
Documentation README Best Practices -
Code Review and Refactor
Code Quality
Oct 1, 2025
Perform a thorough code review of selected code with actionable refactoring suggestions and best practices.
Code Review Refactoring Best Practices -
Create Implementation Plan
Planning
Oct 1, 2025
Generate a detailed, step-by-step implementation plan for a feature or refactoring task with clear milestones.
Planning Project Management Implementation -
Create Architecture Documentation
Architecture
Oct 1, 2025
Generate comprehensive architecture documentation including diagrams, decisions, and technical specifications.
Architecture Documentation Design -
Create API Documentation
Documentation
Oct 1, 2025
Generate comprehensive API documentation with endpoints, examples, and best practices for API consumers.
API Documentation REST -
Debug Complex Issue
Debugging
Oct 1, 2025
Systematically debug and troubleshoot complex issues with comprehensive analysis and resolution strategies.
Debugging Troubleshooting Problem Solving -
Generate Documentation from Code
Documentation
Oct 1, 2025
Automatically generate comprehensive documentation from existing code including API docs, inline comments, and usage examples.
Documentation Code Generation API Docs -
Generate Unit Tests
Testing
Oct 1, 2025
Create comprehensive unit tests for selected code following testing best practices and frameworks.
Testing Unit Tests TDD -
Optimize User Prompt
Prompting
Oct 1, 2025
Analyze and improve user prompts for better AI interactions with clear structure, context, and specific instructions.
Prompt Engineering AI Optimization -
Security Code Review
Security
Oct 1, 2025
Conduct a comprehensive security-focused code review to identify vulnerabilities and recommend security improvements.
Security Code Review Vulnerabilities -
SQL Query Optimization
Database
Oct 1, 2025
Analyze and optimize SQL queries for better performance, with execution plans and indexing recommendations.
SQL Database Performance