suggest-instructions

Fetch and compare GitHub Copilot instruction files against local repository files.

5|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/nicholls-inc/claude-code-marketplace --skill suggest-instructions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest-instructions
Source: https://github.com/nicholls-inc/claude-code-marketplace/tree/main/awesome-copilot/skills/suggest-instructions
Command: npx skills add https://github.com/nicholls-inc/claude-code-marketplace --skill suggest-instructions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of discovering and updating relevant GitHub Copilot instruction files within a repository, ensuring users always have access to current best practices.

Core Features & Use Cases

  • Instruction Discovery: Fetches a curated list of instructions from the awesome-copilot documentation.
  • Repository Analysis: Scans local instruction files and compares them against remote versions for updates.
  • Recommendations: Presents actionable suggestions to install or update instructions based on repository context.
  • Use Case: A developer wants to ensure their project uses the latest Copilot instructions; this Skill identifies outdated instructions and recommends updates.

Quick Start

Analyze the current repository to recommend the most relevant GitHub Copilot instructions for your codebase.

Frequently Asked Questions about suggest-instructions

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

FAQPage Schema
How do I find relevant GitHub Copilot instructions for my repository?

To find relevant GitHub Copilot instructions, this Skill scans your repository and fetches a curated list from the awesome-copilot documentation to recommend tailored instruction files. It compares local files against remote versions to ensure your codebase uses current best practices.

How do I check if my Copilot instruction files are outdated?

To check if Copilot instruction files are outdated, this Skill performs repository analysis by comparing your local instruction files against fetched remote versions. It then presents actionable recommendations to update any instructions that are no longer current.

What are GitHub Copilot instruction files and why do I need them?

GitHub Copilot instruction files provide project-specific context and best practices to improve code assistance quality. You need them to ensure Copilot generates suggestions tailored to your repository's unique context and up-to-date standards.

What's the best way to update GitHub Copilot instructions for an existing project?

The best way to update GitHub Copilot instructions is to analyze the current repository context against fetched remote instruction lists. This Skill identifies outdated local files and recommends specific updates tailored to your project.