gpt-rag-mcp: Skill for Claude Code

.github/skills/component-release/SKILL.md

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

A release checklist and workflow for the GPT-RAG MCP software components. MCP is a standard way for AI applications to connect to tools and data.

In plain words
What is it for?
Use it when preparing a release, checking release files, validating a build, creating a release branch, or coordinating a version pin with another project.
Why use it?
It reduces mistakes in version numbers, locked dependencies, changelogs, tags, release notes, and coordinated component updates.

Skill for Claude CodeCodex ✓ vendor

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

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

About the project

Azure/gpt-rag-mcp is a Python server that exposes GPT-RAG capabilities through the Model Context Protocol. It is deployed with Azure resources and consumed by GPT-RAG through its MCP strategy, while the catalogue provides instructions, skills, and agents for operating it.

Azure/gpt-rag-mcp · 22 stars · on GitHub

Reuse

Borrowing it

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

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 component-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure/gpt-rag-mcp/component-release.svg)](https://agentmods.dev/skills/azure/gpt-rag-mcp/component-release)
Your own site
<a href="https://agentmods.dev/skills/azure/gpt-rag-mcp/component-release"><img src="https://agentmods.dev/badge/skills/azure/gpt-rag-mcp/component-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 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.00039 $0.00343
Opus 5 $0.00019 $0.00171
Sonnet 5 $0.00008 $0.00069
Haiku 4.5 $0.00004 $0.00034

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

Security

Grade A, and why

component-release 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.

.github/skills/component-release/SKILL.md · 33 lines

What it actually says

GPT-RAG MCP component release

Read .github/copilot-instructions.md completely before changing a release artifact.

  1. Determine the semantic version and create release/x.y.z from current main.
  2. Set VERSION and project.version in pyproject.toml to X.Y.Z.
  3. Regenerate uv.lock from the exact committed project metadata and inspect dependency changes.
  4. Add ## [vX.Y.Z] - YYYY-MM-DD to CHANGELOG.md with accurate Keep a Changelog categories.
  5. Validate the exact release commit with the narrowest existing checks, startup or Inspector behavior as applicable, and a container build when dependency or packaging risk requires it.
  6. Confirm whether Azure/GPT-RAG must update its MCP component pin and link the coordinated change.
  7. Target the release pull request to main.
  8. Use exactly vX.Y.Z for the Git tag and GitHub Release title.
  9. Review release notes for secrets, personal data, and private Azure validation environment or resource-group names.
  10. Re-fetch the published release and verify title, tag, body formatting, and target commit.

Do not publish a tag, release, package, image, or production deployment without explicit human approval. Report missing validation or incompatible platform pins as blockers rather than filling gaps by assumption.

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 · 33 lines · 39 tokens per session scan A 21bc770648f5

Subscribe to this mod's changes

component-release is a skill published in the GitHub repository Azure/gpt-rag-mcp (22 stars, last pushed 6d ago), licensed MIT. It adds 39 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.