omnigent copilot-instructions.md

omnigent copilot-instructions.md is an instructions file for GitHub Copilot from omnigent-ai/omnigent. It costs 788 tokens per session, scanned A, original, Apache-2.0.

Code-review rules for the Omnigent project that specify which tests changes should include. End-to-end tests check a complete user flow, while unit tests check a small piece of code in isolation.

In plain words
What is it for?
Use them when reviewing pull requests that add features or change backend behavior, to identify required end-to-end, integration, or focused unit tests.
Why use it?
They prevent new behavior from being merged without suitable test coverage and match the test effort to the size of the change.

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

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for omnigent copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/omnigent-ai/omnigent/copilot-instructions.svg)](https://agentmods.dev/instructions/omnigent-ai/omnigent/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/omnigent-ai/omnigent/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/omnigent-ai/omnigent/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 788 This file is loaded in full into every session.
When invoked 788 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.00788 $0.00788
Opus 5 $0.00394 $0.00394
Sonnet 5 $0.00158 $0.00158
Haiku 4.5 $0.00079 $0.00079

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

Security

Grade A, and why

omnigent 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 4d 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 · 69 lines

How it starts

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

Copilot Code Review Instructions

E2E Test Requirement

Every pull request that introduces a new feature must include at least one end-to-end (e2e) test covering the happy-path behaviour of that feature.

  • E2E tests live under tests/e2e/.
  • If a PR adds new user-facing functionality and does not add or update an e2e test, flag it as a required change.
  • Bug-fix or refactor PRs that do not change observable behaviour are exempt.

Backend Test Coverage

A pull request that changes behaviour under omnigent/ should add or update a test in the suite matching the area it touches. If a behaviour change ships without a covering test, flag it and name the suite the test belongs in.

Prefer a fast, focused unit test in the area suite — that is what most changes need. Only expect an integration or e2e test when the change genuinely spans components or full-stack flows; do not push for a heavier test where a unit test would suffice.

Most backend areas mirror their source directory under tests/:

Area changed (omnigent/…) Expected test suite (tests/…)
server/ server/
runner/ runner/
runtime/ runtime/
tools/ tools/
inner/ inner/
llms/ llms/
db/ db/ (flag schema migrations especially)
policies/ policies/
repl/ repl/
entities/ entities/
stores/ stores/
host/ host/
spec/ spec/
  • A test under tests/integration/ or tests/e2e/ that exercises the change also satisfies the requirement — don't insist on the exact area suite.
  • Do not ask for a test for pure refactors, renames, type-only changes, dependency bumps, comment/docstring/logging edits, or anything with no observable behaviour change.
  • A trivial, empty, or unrelated test does not count as coverage.
  • When in doubt about whether a change needs a test, raise it as a question rather than a required change.

Frontend Test Coverage

A pull request that changes behaviour under web/ should add or update a colocated Vitest unit test — a *.test.ts or *.test.tsx file beside the component or module it touches. If a behaviour change ships without one, flag it.

Read the full file on GitHub · 69 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. 4d ago First seen · 69 lines · 788 tokens per session scan A 2f854e4e876d

Subscribe to this mod's changes

omnigent copilot-instructions.md is an instructions file published in the GitHub repository omnigent-ai/omnigent (9,658 stars, last pushed today), licensed Apache-2.0. It adds 788 tokens to every session, about $0.0039 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.