github-copilot-use-cases copilot-instructions.md

A guide to using GitHub Copilot for common software-development tasks such as writing code, documentation, tests and refactors. It also describes ways to give Copilot useful instructions and context.

In plain words
What is it for?
Use it for prompts and examples covering function implementation, documentation generation, test creation and code refactoring.
Why use it?
It helps developers make generated code more relevant and reminds them to review and test the result.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/amir0135/github-copilot-use-cases/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/amir0135/github-copilot-use-cases

Made for: GitHub Copilot.

Per session 1,294 This file is loaded in full into every session.
When invoked 1,294 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01294 $0.01294
Opus 5 $0.00647 $0.00647
Sonnet 5 $0.00259 $0.00259
Haiku 4.5 $0.00129 $0.00129

Measured yesterday against content hash 5ef74bdda7d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

github-copilot-use-cases copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/copilot-instructions.md · 248 lines

How it starts

The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Copilot Instructions and Use Cases

Overview

This document provides comprehensive guidelines and use cases for effectively using GitHub Copilot in software development projects.

General Copilot Best Practices

Code Generation

  • Write clear, descriptive comments before generating code
  • Use meaningful function and variable names as context
  • Break complex tasks into smaller, focused functions
  • Review and test all generated code before committing

Prompt Engineering

  • Be specific about requirements and constraints
  • Include relevant context in comments
  • Use examples when requesting specific patterns
  • Iterate on prompts to improve results

Common Use Cases

1. Function Implementation

// Generate a function that validates email addresses using regex
// Should return true for valid emails, false otherwise

2. Documentation Generation

# Generate comprehensive docstring for this function
def process_data(data, filters, options):
    # Implementation here

3. Test Case Creation

// Generate unit tests for the UserService class
// Include positive and negative test cases
// Use Jest testing framework

4. Code Refactoring

// Refactor this method to use dependency injection
// Apply SOLID principles
// Improve error handling

5. API Integration

# Create a REST API client for GitHub API
# Include authentication and error handling
# Support GET, POST, PUT, DELETE operations

Language-Specific Guidelines

JavaScript/TypeScript

  • Request TypeScript interfaces for data structures
  • Ask for proper async/await patterns
  • Include error handling with try/catch blocks
  • Request JSDoc comments for functions

Python

  • Ask for type hints in function signatures
  • Request docstrings following Google or NumPy style
  • Include proper exception handling
  • Request logging where appropriate

Java

  • Request proper access modifiers
  • Ask for JavaDoc comments
  • Include appropriate design patterns
  • Request proper exception handling

Read the full file on GitHub · 248 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 248 lines · 1,294 tokens per session scan A 5ef74bdda7d4

Subscribe to this mod's changes

github-copilot-use-cases copilot-instructions.md is an instructions file published in the GitHub repository amir0135/github-copilot-use-cases (2 stars, last pushed 21d ago), licensed MIT. It adds 1,294 tokens to every session, about $0.0065 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.