opencode-swarm copilot-instructions.md

opencode-swarm copilot-instructions.md is an instructions file for GitHub Copilot from ZaxbyHub/opencode-swarm. It costs 1,135 tokens per session, scanned A, original, MIT.

Repository instructions for agents that publish GitHub pull requests, including required files, titles, descriptions, checks, and release notes.

In plain words
What is it for?
It helps prepare, validate, commit, push, create, edit, and mark pull requests ready according to the project's approved publication process.
Why use it?
It prevents agents from publishing or claiming a pull request is ready before the repository's required review and validation steps are complete.

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/zaxbyhub/opencode-swarm/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/ZaxbyHub/opencode-swarm

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 opencode-swarm copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zaxbyhub/opencode-swarm/copilot-instructions.svg)](https://agentmods.dev/instructions/zaxbyhub/opencode-swarm/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/zaxbyhub/opencode-swarm/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/zaxbyhub/opencode-swarm/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,135 This file is loaded in full into every session.
When invoked 1,135 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.01135 $0.01135
Opus 5 $0.00567 $0.00567
Sonnet 5 $0.00227 $0.00227
Haiku 4.5 $0.00113 $0.00113

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

Security

Grade A, and why

opencode-swarm 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 5d 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 · 114 lines

How it starts

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

Mandatory PR Publication Protocol

These instructions apply to Copilot coding agents, Copilot custom agents, and any AI agent assigned to a GitHub issue in this repository.

Before committing, pushing, opening a pull request, updating a pull request body, marking a pull request ready, or claiming CI/merge readiness, you MUST load and follow these, in precedence order (highest authority first):

  1. AGENTS.md
  2. docs/engineering-invariants.md
  3. .claude/skills/commit-pr/SKILL.md — the single source of truth for publication
  4. .agents/skills/commit-pr/SKILL.md — execution adapter (routes to #3)
  5. .github/skills/commit-pr/SKILL.md — Copilot discovery shim (routes to #3)

The commit-pr skill is the only approved publication workflow.

The requirements summarized below are a high-visibility mirror of .claude/skills/commit-pr/SKILL.md and are subordinate to it. If anything here ever differs from that skill, the skill wins — update this file to match rather than following the stale copy.

Do not run git push, gh pr create, gh pr edit, or gh pr ready until the commit-pr checklist is satisfied.

PR title requirements

Every non-release-bot PR title MUST exactly match:

<type>(<scope>): <description>

Allowed types: feat, fix, perf, revert, docs, chore, refactor, test, ci, build.

The description must be lowercase and must not end with a period. CI runs action-semantic-pull-request (the check-title job) and will fail malformed titles.

PR body requirements

Every PR body MUST include these sections, in this order:

  1. ## Summary
  2. ## Invariant audit
  3. ## Test plan

When the PR resolves an issue, the body's first line MUST be Closes #<issue-number>.

The ## Invariant audit section must follow the template in .claude/skills/commit-pr/SKILL.md (Step -1), listing each touched/not-touched invariant with concrete evidence.

The test plan must list the exact commands run and their result. Do not claim validation passed unless commands were actually run or remote CI completed successfully.

Read the full file on GitHub · 114 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. 5d ago First seen · 114 lines · 1,135 tokens per session scan A fd89285cbc63

Subscribe to this mod's changes

opencode-swarm copilot-instructions.md is an instructions file published in the GitHub repository ZaxbyHub/opencode-swarm (462 stars, last pushed today), licensed MIT. It adds 1,135 tokens to every session, about $0.0057 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.