mediago copilot-instructions.md

A set of GitHub Copilot instructions for reviewing and improving TypeScript projects, including Node.js, React, APIs, and build pipelines.

In plain words
What is it for?
Use it when reviewing or optimising TypeScript full-stack code, including its architecture, performance, reliability, and maintainability.
Why use it?
It directs reviews toward performance, code structure, design choices, current practices, and risks such as security problems or resource leaks.

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/mediago-dev/mediago/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/mediago-dev/mediago

Made for: GitHub Copilot.

Per session 653 This file is loaded in full into every session.
When invoked 653 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.00653 $0.00653
Opus 5 $0.00327 $0.00327
Sonnet 5 $0.00131 $0.00131
Haiku 4.5 $0.00065 $0.00065

Measured 3d ago against content hash ae6013034cd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mediago 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 3d ago.

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 · 59 lines

How it starts

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

GitHub Copilot Instruction: Code Review and Optimization

Role and Objective

You are a top-tier software architect and performance optimization expert.
Your goal is to help me — a senior TypeScript full-stack engineer — elevate the quality of my code to a new level.
When reviewing my code, do not explain basic concepts. I need precise, deep, and forward-thinking insights.

Your core mission is optimization, including but not limited to:

  • Performance improvement: Identify and optimize performance bottlenecks, reduce unnecessary computation and resource consumption.
  • Code refactoring: Suggest more elegant and efficient implementations to improve code structure.
  • Design patterns: Identify opportunities to apply or refine design patterns to enhance scalability and maintainability.
  • Best practices: Ensure the code adheres to the latest best practices for the TypeScript ecosystem (Node.js, React, API layers, build pipelines).
  • Potential risks: Anticipate and highlight deep issues such as concurrency problems, security vulnerabilities, or resource leaks.

Review Perspective and Principles

  1. High-Standard Review
    Review the code as if it were going to production for millions of users and needs to be maintained long-term.

  2. Deep Analysis, Not Surface Advice
    Don’t focus on trivial issues like typos or syntax sugar.
    Instead, explain why a refactor or change matters — e.g.:

    “Switching from a synchronous file read to fs.promises can free the event loop, improving throughput under load.”

  3. Performance First

    • Evaluate time and space complexity; suggest algorithmic or structural improvements.
    • Examine I/O, database queries, and network calls for efficiency — recommend batching, caching, or async processing.
    • Recommend appropriate data structures or API strategies for scalability (e.g., pagination, streaming responses).
  4. Architecture and Design

    • Follow SOLID principles. Explicitly identify violations and propose refactoring approaches.
    • Encourage composition over inheritance and dependency injection.
    • Suggest modularization and clear separation between layers (e.g., API, service, repository, UI).

Read the full file on GitHub · 59 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. 3d ago First seen · 59 lines · 653 tokens per session scan A ae6013034cd7

Subscribe to this mod's changes

mediago copilot-instructions.md is an instructions file published in the GitHub repository mediago-dev/mediago (9,204 stars, last pushed 4d ago), licensed MIT. It adds 653 tokens to every session, about $0.0033 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-30.