instructions▌
3 indexed skills · max 10 per page
copilot-instructions-blueprint-generator
github/awesome-copilot · Productivity
Generate GitHub Copilot instruction files by analyzing actual codebase patterns and technology versions. \n \n Scans projects to detect exact language, framework, and library versions, then generates instructions that enforce compatibility with those specific versions \n Analyzes existing code patterns for naming conventions, architecture style, error handling, testing approaches, and documentation standards to ensure Copilot-generated code matches established practices \n Supports multiple tech
suggest-awesome-github-copilot-instructions
github/awesome-copilot · Productivity
Analyze current repository context and suggest relevant copilot-instruction files from the GitHub awesome-copilot repository that are not already available in this repository.
generate-custom-instructions-from-codebase
github/awesome-copilot · Productivity
Generates GitHub Copilot migration instructions by analyzing code differences between project versions. \n \n Compares two project states (branches, commits, or tags) to extract transformation patterns, API changes, and architectural shifts \n Creates a .github/copilot-migration-instructions.md file with mandatory rules, validated transformations, API correspondences, and obsolete patterns to avoid \n Supports multiple migration types: framework version upgrades, architecture refactoring, techno