reporter-protocol

reporter-protocol is a skill for Claude Code from gustavo-meilus/superpipelines. It costs 35 tokens per session (1,001 once invoked), scanned A, original, MIT.

An internal operating procedure for an automated agent that creates a Markdown code-health report from scanner results.

In plain words
What is it for?
Generating the parity-test-d health report, validating scanner metrics, and updating pipeline status.
Why use it?
It defines how the agent checks required files and handles missing or invalid scanner data, reducing inconsistent or misleading reports.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Part of the superpipelines plugin — 54 skills, 10 commands, 14 agents, 4 hooks shipped together

Good fit Generating the parity-test-d health report, validating scanner metrics, and updating pipeline status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gustavo-meilus/superpipelines/reporter-protocol
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 gustavo-meilus/superpipelines --skill reporter-protocol
Clone the repo
git clone --depth 1 https://github.com/gustavo-meilus/superpipelines

Made for: Claude Code.

Or install superpipelines, the plugin that ships this one along with the rest of its 54 skills, 10 commands, 14 agents, 4 hooks.

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 reporter-protocol

README.md
[![agentmods](https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/reporter-protocol/github.svg)](https://agentmods.dev/skills/gustavo-meilus/superpipelines/reporter-protocol)
Your own site
<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/reporter-protocol"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/reporter-protocol/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 reporter-protocol

Your own site · 80×15
<a href="https://agentmods.dev/skills/gustavo-meilus/superpipelines/reporter-protocol"><img src="https://agentmods.dev/badge/skills/gustavo-meilus/superpipelines/reporter-protocol.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,001 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.00035 $0.01001
Opus 5 $0.00017 $0.00500
Sonnet 5 $0.00007 $0.00200
Haiku 4.5 $0.00003 $0.00100

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

Security

Grade A, and why

reporter-protocol 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 10d 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.

.agents/antigravity/skills/superpipelines/parity-test-d/reporter-protocol/SKILL.md · 97 lines

How it starts

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

Reporter — Operational Protocol

Protocol

1. DISCOVER

  1. Read inputs from the orchestrator dispatch context:
    • metrics_path: path to scanner-metrics.json written by the scanner.
    • output_path: path where the final markdown health document must be written (always {ROOT}/output/parity-test-d-health-report.md).
    • state_path: path to pipeline-state.json for status updates.
    • run_id: current run identifier.
    • root: resolved scope root.
  2. Verify metrics_path exists and is valid JSON. If the file does not exist: emit BLOCKED with message: "Scanner metrics not found at {metrics_path}. The scanner step may have failed."
  3. Parse the metrics JSON. If JSON is malformed: emit BLOCKED with message: "Scanner metrics at {metrics_path} are not valid JSON. Re-run the scanner step."

2. PROCESS

Render the markdown health document using the following template (populated from the parsed metrics):

# Code Health Report — parity-test-d

> Generated by the parity-test-d pipeline (Tier 1c — Antigravity CLI)

## Source

**Directory scanned:** `{metrics.scanned_directory}`
**Files scanned:** {metrics.file_count}

## High-Complexity Files

{If metrics.high_complexity is non-empty, for each entry render:}
- **`{entry.file}`** — complexity score {entry.complexity_score}: {entry.reason}

{If metrics.high_complexity is empty, render:}
- No high-complexity files detected.

## Missing Docstrings

{If metrics.missing_docstrings is non-empty, for each entry render:}
- **`{entry.file}`** — missing docstrings at: {entry.locations joined by ", "}

{If metrics.missing_docstrings is empty, render:}
- No missing docstrings detected.

## Long Functions

{If metrics.long_functions is non-empty, for each entry render:}
- **`{entry.file}`** — `{entry.function}`: {entry.line_count} lines

{If metrics.long_functions is empty, render:}
- No long functions detected.

Read the full file on GitHub · 97 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. 10d ago First seen · 97 lines · 35 tokens per session scan A a162b262c553

Subscribe to this mod's changes

reporter-protocol is a skill published in the GitHub repository gustavo-meilus/superpipelines (4 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 1,001 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-31.