hpe-networking-mcp: Skill for Claude Code

.agents/skills/project-review/SKILL.md

project-review is a skill for Claude Code, Codex from secure-ssid/hpe-networking-mcp. It costs 33 tokens per session (631 once invoked), scanned A, original, MIT.

A review guide for work managed by pika, a tool that checks changes and records the results. It explains which check results and machine-created records count as evidence during review.

In plain words
What is it for?
It helps review check results, evidence records, and changes to tests or verification rules before accepting work.
Why use it?
It helps reviewers distinguish independently verified results from an agent's explanation or a code diff that merely looks correct.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

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

Reuse

Borrowing it

Nothing to install: this file belongs to secure-ssid/hpe-networking-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/secure-ssid/hpe-networking-mcp/main/.agents/skills/project-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/secure-ssid/hpe-networking-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 project-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/secure-ssid/hpe-networking-mcp/project-review/github.svg)](https://agentmods.dev/skills/secure-ssid/hpe-networking-mcp/project-review)
Your own site
<a href="https://agentmods.dev/skills/secure-ssid/hpe-networking-mcp/project-review"><img src="https://agentmods.dev/badge/skills/secure-ssid/hpe-networking-mcp/project-review/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 project-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/secure-ssid/hpe-networking-mcp/project-review"><img src="https://agentmods.dev/badge/skills/secure-ssid/hpe-networking-mcp/project-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 631 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.00033 $0.00631
Opus 5 $0.00016 $0.00316
Sonnet 5 $0.00007 $0.00126
Haiku 4.5 $0.00003 $0.00063

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

Security

Grade A, and why

project-review 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 5d 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/skills/project-review/SKILL.md · 67 lines

How it starts

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

Reviewing in a pika repository

What counts as evidence

In order of authority:

  1. A green pika check. The ladder ran the repository's own declared commands. This is the only completion signal.
  2. The evidence receipt at .project/evidence/<work-id>.json — issued by the kernel from what it observed: the gates it ran, their exits and durations, the commit and tree it produced, baseline failures and regressions.
  3. The run record at .project/state/work/<work-id>/record.json — local, gitignored, showing every phase the run passed through.

A narrative claim is not on this list. Neither is a diff that looks correct.

What a reviewer must not do

Do not write or overwrite a receipt. A receipt supplied by the subject of the work is a claim; one issued by the component that ran the gates is evidence. publish_evidence refuses to overwrite a kernel-issued receipt, and that refusal is the point.

Do not accept a green ladder that was made green by weakening it. Check whether a gate command, an assertion, or a test's scope changed in the same change that made it pass. pika explain <gate-id> tells you what a gate is for.

Do not treat a warning as a finding to fix. Warnings do not fail gates. Ask whether the warning is telling you something true before asking anyone to act on it.

Do not read raw transcripts. They are local by design. Review the receipt, the record, and the diff.

Reading a receipt

The fields that matter most:

  • completion.complete — with reason required when false, and blocker forbidden when true.
  • commands[] — each gate's argv, exit and duration, in ladder order: baseline first, then recheck.
  • baseline_failures[] versus regressions[] — a pre-existing failure is not a regression, and conflating them is how a red baseline gets blamed on a change that did not cause it.
  • changed_files[] with ownership.

Every string in a receipt has passed redaction. If you find a credential in one, that is a defect in the redactor, not something to fix by hand.

Read the full file on GitHub · 67 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. 5d ago First seen · 67 lines · 33 tokens per session scan A 731c17dfd2b6

Subscribe to this mod's changes

project-review is a skill published in the GitHub repository secure-ssid/hpe-networking-mcp (1 stars, last pushed 5d ago), licensed MIT. It adds 33 tokens to every session and 631 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-09-05.

Related

Other skills, from other repositories

sumo-qa-implementing-with-tdd

Use after sumo-qa-deciding-approach picks tdd-scaffold, regression-first, or coverage-first-then-refactor — e.g. "write a regression test for this bug" or "scaffold the failing tests first". Walks plan → name-the-risk-and-test-idea → confirm → red → hand off → green → review, one section per turn with confirmation…

sumithr/sumo-qa · 103 tokens

sumo-qa-planning-qa-rollout

Use when you have a chunk of QA work (a story, a PR, a strategy phase) that needs to be turned into a written plan of bite-sized, independently-executable tasks before any test code is written. Walks scope → file structure → bite-sized tasks → confirm, one section per turn. Produces docs/qa/plans/YYYY-MM-DD- .md ready…

sumithr/sumo-qa · 106 tokens

sumo-qa-finishing-qa-work

Use at the end of a QA rollout (after sumo-qa-executing-qa-rollout, or after a manual multi-step QA task) to capture evidence, produce a PR-ready summary, and close the loop. Runs the suite one last time, captures coverage / risk-to-test map / open follow-ups, writes a markdown summary to docs/qa/runs/YYYY-MM-DD- .md…

sumithr/sumo-qa · 102 tokens

live-audit

Audit steam-games-mcp — build/test/lint gate, live MCP tool edge-case sweep (input validation, SteamID64/vanity/appid edge cases, key-gating), and source-level code review. Use when asked to test/audit the published or just-fixed steam-games-mcp package, hunt for bugs/edge cases, or repeat "the same kind of testing as…

Grinv/steam-games-mcp · 83 tokens

sumo-qa-deciding-approach

Use as the FIRST step on any QA intent. Loads classifications + approaches (the two needed to route), then reasons over the user's intent to pick the canonical approach and routes to the matching sub-skill (which loads any further catalogues on demand).

sumithr/sumo-qa · 60 tokens

sumo-qa-preparing-for-work

Use when the user asks to plan QA for a story, ticket, or piece of work before coding starts. Identifies named risks anchored in the change shape, then proposes a smallest useful test set tied to those risks. Lighter-weight than sumo-qa-creating-test-plan; no formal entry/exit criteria.

sumithr/sumo-qa · 73 tokens