init-copilot-review

Generate and refine GitHub Copilot code review instruction files with YAML frontmatter and glob patterns.

11|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill init-copilot-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-copilot-review
Source: https://github.com/yigitkonur/skills-by-yigitkonur/tree/main/skills/init-copilot-review
Command: npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill init-copilot-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create and refine GitHub Copilot code review instruction files, ensuring your AI assistant provides effective, repository-specific feedback without wasting character budget.

Core Features & Use Cases

  • Instruction File Generation: Creates or revises .github/copilot-instructions.md and scoped *.instructions.md files.
  • Scope Management: Helps decide on root vs. scoped rules, monorepo/package scoping, and applyTo directives.
  • Debugging: Assists in troubleshooting why Copilot review might be ignored or misrouted.
  • Use Case: You're setting up Copilot code review for a new TypeScript monorepo with distinct API and frontend packages. This Skill will help you generate the appropriate instruction files, defining rules specific to each package and the overall repository structure.

Quick Start

Use the init-copilot-review skill to set up instruction files for a new Next.js project with API routes and authentication.

Frequently Asked Questions about init-copilot-review

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

FAQPage Schema
How do I set up GitHub Copilot code review instructions for a repository?

To set up GitHub Copilot code review, generate repository-specific instruction files like `.github/copilot-instructions.md` to define custom review rules and scope targeting using YAML frontmatter and glob patterns.

What are scoped instruction files in Copilot code review?

Scoped instruction files are targeted `*.instructions.md` files that define specific code review rules for different parts of a repository, using glob patterns and `applyTo` directives to manage monorepo package routing.

How do I configure Copilot review rules for a monorepo with multiple packages?

Configure Copilot review rules for a monorepo by creating scoped `*.instructions.md` files for each package, using `applyTo` directives and glob patterns to route repository-specific feedback accurately.

Why is my GitHub Copilot code review being ignored on pull requests?

Copilot code review might be ignored due to misconfigured instruction file architecture or incorrect scope targeting; troubleshooting involves validating YAML frontmatter and `applyTo` glob pattern routing.

Do I need instruction files for Copilot to review Next.js API routes?

Instruction files are needed to provide effective, repository-specific feedback for Next.js API routes, ensuring Copilot focuses on relevant rules without wasting character budget on generic advice.

What is the best way to manage root vs scoped rules in Copilot instructions?

Manage root versus scoped rules by placing global repository policies in `.github/copilot-instructions.md` and package-specific guidelines in scoped `*.instructions.md` files with YAML frontmatter.