from▌
14 indexed skills · max 10 per page
create-github-issue-feature-from-specification
github/awesome-copilot · Productivity
Create GitHub issues from specification files using the feature_request.yml template. \n \n Analyzes specification files to extract requirements and automatically generates issue titles and descriptions \n Searches existing issues to prevent duplicates before creating new ones \n Supports both creating new issues and updating existing ones via the GitHub API \n Applies feature and enhancement labels automatically based on specification content \n
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
write-coding-standards-from-file
github/awesome-copilot · Productivity
Analyze existing code files to automatically generate a project coding standards document. \n \n Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards \n Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category \n Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insert
remove-old-skills-from-workflow
nicepkg/ai-workflow · Productivity
Guide for removing skills from an existing workflow and updating all related documentation.