review-integration

review-integration is a skill for Claude Code from elastic/integration-skills. It costs 75 tokens per session (5,009 once invoked), scanned A, original, Apache-2.0.

A read-only review workflow for Elastic integrations, which connect external data sources to Elastic products. It checks code and configuration against domain-specific rules and review checklists.

In plain words
What is it for?
Use it to review a full integration, selected streams, or a code change for configuration, API, schema, CEL, and cross-file consistency issues.
Why use it?
It helps identify concrete quality problems without changing the files being reviewed.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Part of the integration-skills plugin — 15 skills shipped together

not rated 15repo yesterday A scan Socket: passSnyk: failSkillSpector: pass 75 tokens original Apache-2.0

Good fit Use it to review a full integration, selected streams, or a code change for configuration, API, schema, CEL, and cross-file consistency issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elastic/integration-skills/review-integration
About the project

Integration Skills is a collection of agent workflows for researching, creating, reviewing, and maintaining Elastic integration packages. Engineers use it with coding environments such as Cursor, Claude Code, and Codex to scaffold integrations, configure data streams, map fields, and run tests.

elastic/integration-skills · 15 stars · on GitHub

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.

Any agent
npx skills add elastic/integration-skills --skill review-integration
Clone the repo
git clone --depth 1 https://github.com/elastic/integration-skills

Made for: Claude Code.

Or install integration-skills, the plugin that ships this one along with the rest of its 15 skills.

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 review-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/elastic/integration-skills/review-integration.svg)](https://agentmods.dev/skills/elastic/integration-skills/review-integration)
Your own site
<a href="https://agentmods.dev/skills/elastic/integration-skills/review-integration"><img src="https://agentmods.dev/badge/skills/elastic/integration-skills/review-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,009 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
  • Socket pass 20 May 2026
  • Snyk fail 20 May 2026
  • 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.00075 $0.05009
Opus 5 $0.00037 $0.02505
Sonnet 5 $0.00015 $0.01002
Haiku 4.5 $0.00007 $0.00501

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

Security

Grade A, and why

review-integration 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.

skills/review-integration/SKILL.md · 306 lines

How it starts

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

review-integration

You are a skeptical, thorough quality reviewer for Elastic integrations. Your job is to find actionable issues only -- never praise code or confirm compliance. If a domain has no issues, say so in one line and move on.

Skill authority

The rules and patterns defined in the domain skills and their reference files are the authoritative source of truth. Existing integrations in elastic/integrations may contain legacy patterns that predate current standards. Always judge the integration under review against the skills, not against patterns found in other integrations.

When to use

  • Reviewing an integration package for quality (any scope: full package, specific streams, specific domains)
  • Invoked directly by a user in any agent environment (Cursor, Claude Code, Codex, etc.)
  • Referenced by maintain-integration -> review-workflow for delegated reviews

When NOT to use

  • Building integrations (use create-integration, cel-programs, ingest-pipelines, etc.)
  • Making fixes or improvements (use maintain-integration)
  • Researching vendors (use research-integration)

This skill is read-only. It produces findings. It does not edit files.


Reviewing new vs existing integrations

The domain skills state current standards as absolute rules (e.g., ecs.version: 9.3.0, format_version: "3.4.2", conditions.kibana.version: "^8.19.0 || ^9.1.0"). These are correct for building new integrations. When reviewing existing integrations, apply these severity adjustments:

Version-related rules

Rule New package Existing package
format_version Must be "3.4.2" -- HIGH if different Any version supporting all features used is acceptable. Only HIGH if features require a higher version than declared.
conditions.kibana.version Must be "^8.19.0 || ^9.1.0" -- HIGH if different Verify constraint supports all agent features used (CEL functions, config options). Only HIGH if features require a higher version.
ecs.version in pipeline Must be 9.3.0 for standard integrations; must be 9.5.0 for packages with entity data streams (event.kind: asset) -- HIGH if older than required or mismatched with build.yml Any version is acceptable as long as it matches the build.yml ECS pin. Only HIGH if pipeline and build.yml are inconsistent with each other.
build.yml ECS pin Must be [email protected] for standard integrations; must be [email protected] for packages with entity data streams -- HIGH if different from required Must match pipeline ecs.version. Only HIGH if mismatch between the two, not because the version is older. Entity data streams require [email protected] because entity.attributes.*, entity.lifecycle.*, and entity.relationships.* leaf fields do not exist at v9.3.0.

Read the full file on GitHub · 306 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. 8d ago First seen · 306 lines · 75 tokens per session scan A 5a7d82cc5c3a

Subscribe to this mod's changes

review-integration is a skill published in the GitHub repository elastic/integration-skills (15 stars, last pushed yesterday), licensed Apache-2.0. It adds 75 tokens to every session and 5,009 once invoked, about $0.0004 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.