is-ai-native copilot-instructions.md

Project instructions for is-ai-native, a tool that audits public GitHub repositories for readiness to work with AI coding assistants such as Copilot, Claude Code, and Codex.

In plain words
What is it for?
Auditing repositories, updating the web app, VS Code extension, GitHub CLI extension, and standalone CLI, and maintaining their configuration, documentation, prompts, and screenshots.
Why use it?
They keep related product surfaces and configuration in sync while enforcing project-specific review, documentation, and screenshot rules.

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

Made for: GitHub Copilot.

Per session 316 This file is loaded in full into every session.
When invoked 316 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.00316 $0.00316
Opus 5 $0.00158 $0.00158
Sonnet 5 $0.00063 $0.00063
Haiku 4.5 $0.00032 $0.00032

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

Security

Grade A, and why

is-ai-native 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 2d 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 · 11 lines

What it actually says

  • For design and frontend related tasks, always use Playwright MCP for making resulting screenshots and always attach these screenshots to the PR description.
  • Put all made screenshots ONLY in a folder named artifacts at the root of the repository.
  • For every change of the logic, configuration, user experience make sure you checked and updated web application, vs code extension, and github cli extension.
  • For every change to configuration files or configuration documentation, make sure saved agents and saved prompts under .github/agents and .github/prompts stay in sync with the current file paths, workflows, and source-of-truth references.
  • Keep .env.example structurally aligned with the root .env: same keys, same ordering, and same explanatory comments, but never copy real secret values into .env.example.
  • For README reviews and updates, prioritize product consumption and end-user workflows before contributor workflows.
  • In the root README, start with the project description and mention the web app, VS Code extension, GitHub CLI extension, and standalone CLI at the beginning.
  • In the root README, list shared cross-surface capabilities before web app specific details.
  • In the root README, link to the VS Code extension, GitHub CLI extension, and standalone CLI READMEs instead of duplicating their full usage documentation.
  • Keep the root README, standalone CLI README, GitHub CLI extension README, and VS Code extension README aligned in overall structure and writing style.
  • Move local development, release engineering, packaging, and other contributor-focused material to the bottom of each README.
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. 2d ago First seen · 11 lines · 316 tokens per session scan A e555a809ce92

Subscribe to this mod's changes

is-ai-native copilot-instructions.md is an instructions file published in the GitHub repository webmaxru/is-ai-native (5 stars, last pushed 10d ago), licensed MIT. It adds 316 tokens to every session, about $0.0016 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.

Related

Other instructions, from other repositories

squad copilot-instructions.md

Copilot instructions for bradygaster/squad, covering copilot coding agent — squad instructions, ⚠️ identity lock — read this first, 🚦 route before you act — generic copilot sessions, adversarial input handling and team context.

bradygaster/squad · 1,349 tokens

vscode-unify-chat-provider AGENTS.md

Instructions for smallmain/vscode-unify-chat-provider, a project described as: Integrate multiple LLM API providers into VS Code's GitHub Copilot Chat using the Language Model API. One-click use of your Claude Code, Gemini CLI, Antigravity, Github Copilot, OpenAI Codex (ChatGPT Plus/Pro), xAI Grok (SuperGrok / X…

smallmain/vscode-unify-chat-provider · 271 tokens

apex-accelerator azure-artifacts.instructions.md

Template compliance rules for artifact generation.

jonathan-vella/apex-accelerator · 2,037 tokens

apex-accelerator agent-skills.instructions.md

Guidelines for creating high-quality Agent Skills for GitHub Copilot.

jonathan-vella/apex-accelerator · 1,962 tokens

apex-accelerator context-optimization.instructions.md

Context window optimization rules for agent definitions, skills, and instruction files.

jonathan-vella/apex-accelerator · 1,957 tokens

apex-accelerator no-interactive-shell.instructions.md

Prevents interactive shell prompts and long-output terminal replays from being injected into chat. Forbids -i flags on mv/rm/cp, read -p, and confirm prompts (incl. inside bash -c '...'). Pipe long output to files. Scoped to chat-context-loaded files; skill references/ and templates/ are exempt because they hold…

jonathan-vella/apex-accelerator · 1,396 tokens