AzureAI-CopilotStudio-PersonalAgent-Instructions: Skill for Codex

.codex/skills/codex-verify/SKILL.md

codex-verify is a skill for Codex from cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions. It costs 0 tokens per session (268 once invoked), scanned A, original, MIT.

A repository checker for Codex setup files, command wrappers, and CI workflow support. It is used after cloning, after changing the .codex folder, or before publishing related updates.

In plain words
What is it for?
Use it to run repository audits, find outdated AGENTS.md or .codex/README.md guidance, check command wrappers, and review CI-related changes before publishing them.
Why use it?
It catches mismatches in setup instructions and workflow files before they confuse contributors or break onboarding. It also checks that Codex entrypoints work on Windows instead of relying only on WSL, a Linux environment for Windows.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions AGENTS.md; mentions Codex.

This is cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions's own configuration. It tells Codex how to work on AzureAI-CopilotStudio-PersonalAgent-Instructions itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AzureAI-CopilotStudio-PersonalAgent-Instructions configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python .codex/scripts/repo_audit.py verify-codex ..

Reuse

Borrowing it

Nothing to install: this file belongs to cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions/main/.codex/skills/codex-verify/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions

Made for: Codex.

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 codex-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-verify/github.svg)](https://agentmods.dev/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-verify)
Your own site
<a href="https://agentmods.dev/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-verify"><img src="https://agentmods.dev/badge/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-verify/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for codex-verify

Your own site · 80×15
<a href="https://agentmods.dev/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-verify"><img src="https://agentmods.dev/badge/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00268
Opus 5 $0.00000 $0.00134
Sonnet 5 $0.00000 $0.00054
Haiku 4.5 $0.00000 $0.00027

Measured 8d ago against content hash 0ec2098d593a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

codex-verify 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 8d 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.

.codex/skills/codex-verify/SKILL.md · 36 lines

What it actually says

Codex Verify

Use this after cloning the repo, after changing .codex/, or before publishing CI or repo-onboarding updates.

Steps

  1. Run the verifier:
python .codex/scripts/repo_audit.py verify-codex .
  1. If it flags Codex doc drift, fix AGENTS.md, .codex/README.md, or the affected command wrapper.
  2. If it flags workflow drift, fix the YAML or supporting file, not the verifier.
  3. If you changed Markdown instructions, finish with:
python .codex/scripts/repo_audit.py preflight .

Guardrails

  • Treat Windows readiness as a first-class requirement; do not rely on WSL-only bash entrypoints for Codex workflows.
  • Keep repo-local command notes lightweight. They should point to the skill or audit source of truth, not duplicate long procedures.
  • Leave manual GitHub settings checks explicit when the repo tree cannot prove them (for example branch protection or app-install scope).
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. 8d ago First seen · 36 lines · 0 tokens per session scan A 0ec2098d593a

Subscribe to this mod's changes

codex-verify is a skill published in the GitHub repository cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions (1 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 268 tokens. 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.