Borrowing it
Nothing to install: this file belongs to prassanna-ravishankar/repowire. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/prassanna-ravishankar/repowire/main/.claude/skills/integration-test/SKILL.mdgit clone --depth 1 https://github.com/prassanna-ravishankar/repowireWrote 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.
[](https://agentmods.dev/skills/prassanna-ravishankar/repowire/integration-test)<a href="https://agentmods.dev/skills/prassanna-ravishankar/repowire/integration-test"><img src="https://agentmods.dev/badge/skills/prassanna-ravishankar/repowire/integration-test/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.
<a href="https://agentmods.dev/skills/prassanna-ravishankar/repowire/integration-test"><img src="https://agentmods.dev/badge/skills/prassanna-ravishankar/repowire/integration-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.04081 |
| Opus 5 | $0.00023 | $0.02041 |
| Sonnet 5 | $0.00009 | $0.00816 |
| Haiku 4.5 | $0.00005 | $0.00408 |
Grade B, and why
integration-test scanned grade B with 2 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 9d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
jq -r '"Hooks: " + ((.hooks // {}) | keys | join(", "))' "$HOME/.claude/settings.json" 2>/dev/null || echo "No Claude hooks" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://127.0.0.1:8377/health 2>/dev/null | jq . || echo "Daemon not running" The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 9d ago First seen · 423 lines · 46 tokens per session scan B c7e6d5e1407e
integration-test is a skill published in the GitHub repository prassanna-ravishankar/repowire (263 stars, last pushed 8d ago), with no licence file. It adds 46 tokens to every session and 4,081 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
Test-first
Use before implementing a feature or bugfix — write the failing test before the code.
Verify before done
Use before claiming work is complete — prove it with commands, do not assume.
gate
MANDATORY before every commit and push. All gates must pass — Gates 1–3 always run; Gates 4 (Docker) and 5 (Cloud) run only when applicable. Do NOT proceed if any gate fails — fix the issue first.
eval
Run a 100xprism module's evals to check it triggers correctly and produces good output — "do my skills still trigger correctly," "did this change break a skill." Fans eval cases out to parallel subagents with Haiku-graded pass/fail scorecards. For authoring or benchmarking general-purpose skills, prefer a…
mindforge-plan-phase_extended
Use when you have a spec or requirements for a multi-step task, before touching code.
mindforge-verify-work
Validate built features through conversational UAT.