You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository-specific coding guidelines and conventions for GitHub Copilot
author
HVE Core Team
ms.date
2026-03-11
ms.topic
reference
keywords
copilot
instructions
coding standards
guidelines
estimated_reading_time
5
GitHub Copilot Instructions
Repository-specific guidelines that GitHub Copilot automatically applies when
editing files. Instructions ensure consistent code style and conventions across
the codebase.
How Instructions Work
Instruction files declare which file patterns they apply to using applyTo
in frontmatter
GitHub Copilot reads instructions when editing matching files
Suggestions follow the documented standards automatically
Custom agents and the prompt-builder agent respect these instructions and can create new ones.
See Contributing Instructions for authoring guidance.
This README indexes instruction files. GitLab delivery support is currently discoverable through the local skill and provider-aware project-planning agents.
Use ../skills/gitlab/gitlab/SKILL.md when delivery context lives in GitLab and you need merge request, pipeline, or job operations.
Keep GitLab delivery workflows distinct from backlog planning unless GitLab is also the system of record for work tracking.
XML-Style Blocks
Instructions use XML-style comment blocks for structured content:
Purpose: Enables automated extraction, better navigation, and consistency
Format: Kebab-case tags in HTML comments on their own lines