generate-custom-instructions-from-codebase

Generates GitHub Copilot migration instructions by analyzing code differences between project versions.

github ↓ 8.8k
Claude Code
View source ↗

What it does

  • Compare folder structure between ${SOURCEREFERENCE} and ${TARGETREFERENCE}
  • Identify moved, renamed, or deleted files
  • Analyze changes in configuration files
  • Document new dependencies and removed ones
  • Analyze new features being used
  • Document obsolete methods/properties
  • Note syntax or convention changes" : ""}

Requirements & configuration

  • <!-- Require validation before application -->

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Generates GitHub Copilot migration instructions by analyzing code differences between project versions.

Source

Repository: https://github.com/github/awesome-copilot

generate-custom-instructions-from-codebase FAQ

What does the generate-custom-instructions-from-codebase skill do?

Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades. Compare folder structure between ${SOURCEREFERENCE} and ${TARGETREFERENCE} Identify moved, renamed, or deleted files

What does generate-custom-instructions-from-codebase require?

<!-- Require validation before application -->

How do I install generate-custom-instructions-from-codebase?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill generate-custom-instructions-from-codebase --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain generate-custom-instructions-from-codebase?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

generate-custom-instructions-from-codebase on getagentictools
[![generate-custom-instructions-from-codebase on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-generate-custom-instructions-from-codebase.svg)](https://getagentictools.com/skills/github-awesome-copilot-generate-custom-instructions-from-codebase?ref=badge)
npx agentictools info skills/github-awesome-copilot-generate-custom-instructions-from-codebase

The second line is the CLI lookup for this page — handy in READMEs and docs.