gpt-rag-ingestion: Skill for Claude Code

.github/skills/ingestion-validation/SKILL.md

ingestion-validation is a skill for Claude Code, Codex from Azure/gpt-rag-ingestion. It costs 42 tokens per session (343 once invoked), scanned A, original, MIT.

A validation guide for a Python document-ingestion service, its Azure AI Search integrations, deployment files, and operator frontend. Validation means checking that changes still work through focused tests and broader checks when needed.

In plain words
What is it for?
It guides Python tests, agent-asset checks, frontend tests, linting, builds, container or deployment checks, representative ingestion runs, and inspection of correlated logs without exposing private content.
Why use it?
It helps choose appropriate checks for each type of change and catches problems in code, search documents, access metadata, job results, deployments, and audit events.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

This is Azure/gpt-rag-ingestion's own configuration. It tells Claude Code and Codex how to work on gpt-rag-ingestion 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 gpt-rag-ingestion configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python .github/scripts/validate-agentic-assets.py.

About the project

GPT-RAG Data Ingestion is a service that processes documents such as PDFs, images, spreadsheets, transcripts, and SharePoint files so they can be searched through Azure AI Search. It prepares data with format-specific chunking and text or image embeddings for multimodal retrieval in agent-based applications.

Azure/gpt-rag-ingestion · 189 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to Azure/gpt-rag-ingestion. 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/Azure/gpt-rag-ingestion/main/.github/skills/ingestion-validation/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Azure/gpt-rag-ingestion

Made for: Claude Code, 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 ingestion-validation

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure/gpt-rag-ingestion/ingestion-validation/github.svg)](https://agentmods.dev/skills/azure/gpt-rag-ingestion/ingestion-validation)
Your own site
<a href="https://agentmods.dev/skills/azure/gpt-rag-ingestion/ingestion-validation"><img src="https://agentmods.dev/badge/skills/azure/gpt-rag-ingestion/ingestion-validation/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 ingestion-validation

Your own site · 80×15
<a href="https://agentmods.dev/skills/azure/gpt-rag-ingestion/ingestion-validation"><img src="https://agentmods.dev/badge/skills/azure/gpt-rag-ingestion/ingestion-validation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00042 $0.00343
Opus 5 $0.00021 $0.00171
Sonnet 5 $0.00008 $0.00069
Haiku 4.5 $0.00004 $0.00034

Measured 11d ago against content hash 4de178738cf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ingestion-validation 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 11d 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/skills/ingestion-validation/SKILL.md · 59 lines

What it actually says

Ingestion validation

Start with the narrowest existing command that covers the change.

Engineering-agent assets

python -m pip install --requirement .github/scripts/requirements.txt
python .github/scripts/validate-agentic-assets.py

Python

Run focused tests first:

python -m pytest tests/<affected_test>.py

Then run the maintained suite when risk or repository policy requires it:

python -m pytest

Do not require live Azure credentials for unit tests. Reuse existing fakes, stubs, and golden fixtures.

Frontend

From frontend/, use the scripts defined in package.json:

npm test
npm run lint
npm run build

Runtime integration

For changes to formats, sources, jobs, embedding, Search payloads, or deployment:

  1. Build and run the existing container or use the applicable scripts/deploy.ps1 or scripts/deploy.sh path.
  2. Exercise a representative source and document.
  3. Verify the terminal job result and expected Azure AI Search documents, fields, ACL metadata, and deletion behavior.
  4. Inspect logs and correlated audit events without copying document content, credentials, or private environment names into public artifacts.

If a command is unavailable or live validation is unsafe, report the missing dependency and residual risk. Do not substitute an unrelated passing check.

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. 11d ago First seen · 59 lines · 42 tokens per session scan A 4de178738cf3

Subscribe to this mod's changes

ingestion-validation is a skill published in the GitHub repository Azure/gpt-rag-ingestion (189 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 343 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

skill-benchmark

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

HoangNguyen0403/agent-skills-standard · 16 tokens