generate-custom-instructions-from-codebase

Generate GitHub Copilot migration instructions from source-to-target code analysis.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill generate-custom-instructions-from-codebase-lluppesms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-custom-instructions-from-codebase
Source: https://github.com/lluppesms/dadabase.demo/tree/main/.github/skills/generate-custom-instructions-from-codebase
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill generate-custom-instructions-from-codebase-lluppesms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of precise instructions for GitHub Copilot, enabling it to consistently handle code migrations, refactoring, and version upgrades across project evolution.

Core Features & Use Cases

  • Code Evolution Analysis: Compares project versions to identify structural and code transformation patterns.
  • Copilot Instruction Generation: Creates detailed, context-aware migration rules for AI code assistants.
  • Use Case: When migrating a .NET Framework application to .NET 8, this Skill analyzes the differences and generates instructions for Copilot to automatically update obsolete API calls and apply new framework conventions.

Quick Start

Use the generate-custom-instructions-from-codebase skill to create migration instructions from the 'main' branch to the 'release/v2.0' tag for a framework version migration.

Frequently Asked Questions about generate-custom-instructions-from-codebase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Copilot instructions for code migration between framework versions?

Yes, you can automate refactoring instructions by analyzing code transformations between branches or tags. The Skill identifies structural changes and new patterns, generating detailed transformation rules for Copilot to consistently apply architectural refactoring across project evolution.

What is code evolution analysis and how does it help with technology stack migrations?

Code evolution analysis compares project versions to identify structural and code transformation patterns. It helps technology stack migrations by generating automated transformation rules, API correspondences, and file-specific guidance for AI assistants to apply new framework conventions.

Can I use this to migrate a .NET Framework application to .NET 8?

Yes, you can migrate a .NET Framework application to .NET 8 by analyzing differences between versions. The Skill generates instructions for Copilot to automatically update obsolete API calls and apply new framework conventions during the framework version upgrade.

What's the best way to create automated transformation rules for API correspondences?

The best way to create automated transformation rules for API correspondences is to analyze code evolution between source and target references. This identifies new and obsolete patterns, generating file-specific guidance for Copilot to handle architecture refactoring and version upgrades.

Does this Skill work with branch and tag references for generating migration instructions?

Yes, this Skill works with branch and tag references for generating migration instructions. You can create instructions from the main branch to a release tag, analyzing structural changes and code transformations to guide framework version migrations.