test-catalog

test-catalog is a skill for Claude Code from mpagot/os-autoinst-distri-opensuse-skills. It costs 50 tokens per session (984 once invoked), scanned A, original, no licence file.

A coding-agent skill for adding or checking a Perldoc header on an OSADO test module. Perldoc is Perl's built-in documentation format.

In plain words
What is it for?
Adding, reviewing, or correcting a catalog header in a Perl test module.
Why use it?
It helps test files meet the project's catalog documentation standard and makes their purpose easier to identify.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the osado-ai-assistant plugin — 7 skills shipped together

Good fit Adding, reviewing, or correcting a catalog header in a Perl test module.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mpagot/os-autoinst-distri-opensuse-skills/test-catalog
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 mpagot/os-autoinst-distri-opensuse-skills --skill test-catalog
Clone the repo
git clone --depth 1 https://github.com/mpagot/os-autoinst-distri-opensuse-skills

Made for: Claude Code.

Or install osado-ai-assistant, the plugin that ships this one along with the rest of its 7 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 test-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/mpagot/os-autoinst-distri-opensuse-skills/test-catalog/github.svg)](https://agentmods.dev/skills/mpagot/os-autoinst-distri-opensuse-skills/test-catalog)
Your own site
<a href="https://agentmods.dev/skills/mpagot/os-autoinst-distri-opensuse-skills/test-catalog"><img src="https://agentmods.dev/badge/skills/mpagot/os-autoinst-distri-opensuse-skills/test-catalog/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 test-catalog

Your own site · 80×15
<a href="https://agentmods.dev/skills/mpagot/os-autoinst-distri-opensuse-skills/test-catalog"><img src="https://agentmods.dev/badge/skills/mpagot/os-autoinst-distri-opensuse-skills/test-catalog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 984 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 unknown 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.00050 $0.00984
Opus 5 $0.00025 $0.00492
Sonnet 5 $0.00010 $0.00197
Haiku 4.5 $0.00005 $0.00098

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

Security

Grade A, and why

test-catalog 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/audit.sh, scripts/maintainer-detect.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/test-catalog/SKILL.md · 56 lines

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.

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 56 lines · 50 tokens per session scan A 879dd6e0aab0

Subscribe to this mod's changes

test-catalog is a skill published in the GitHub repository mpagot/os-autoinst-distri-opensuse-skills (4 stars, last pushed 1mo ago), with no licence file. It adds 50 tokens to every session and 984 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

verify-acceptance-criteria

Verify acceptance criteria quality and identify gaps. Use this skill whenever you need to evaluate acceptance criteria (ACs) to ensure they meet quality standards. Trigger on: "review these ACs", "check if these acceptance criteria are good", "validate my user story criteria", "improve our acceptance criteria", "audit…

felipecabargas/gambit · 159 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

execute

Dispatch and execute implementation plans with TDD and checkpoints. Use when plan is ready. Parallel by default for independent tasks.

datit309/supergraph · 26 tokens

tdd

Strict test-driven development for behavior changes. Requires verified RED before production code, minimal GREEN, and refactor only after passing tests.

datit309/supergraph · 29 tokens

verify

Fresh verification gate before claiming done, fixed, passing, ready, or before commit/PR. Evidence before claims, always.

datit309/supergraph · 27 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

datit309/supergraph · 35 tokens