skf-test-skill

skf-test-skill is a skill for Claude Code from armelhbobdad/oh-my-skills. It costs 33 tokens per session (717 once invoked), scanned A, original, Apache-2.0.

A skill that checks whether another skill is complete enough for an AI agent to use, either by examining its public code interface or its written instructions.

In plain words
What is it for?
Use it to audit a skill, produce a completeness score and gap report, and support findings with file-and-line evidence.
Why use it?
It exposes missing coverage and inconsistencies before a skill is exported or relied on.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to audit a skill, produce a completeness score and gap report, and support findings with file-and-line evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/armelhbobdad/oh-my-skills/skf-test-skill
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 armelhbobdad/oh-my-skills --skill skf-test-skill
Clone the repo
git clone --depth 1 https://github.com/armelhbobdad/oh-my-skills

Made for: Claude Code.

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 skf-test-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-test-skill/github.svg)](https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-test-skill)
Your own site
<a href="https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-test-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-test-skill/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 skf-test-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-test-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-test-skill.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 717 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.00717
Opus 5 $0.00016 $0.00358
Sonnet 5 $0.00007 $0.00143
Haiku 4.5 $0.00003 $0.00072

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

Security

Grade A, and why

skf-test-skill 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/compute-score.py), 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.

.claude/skills/skf-test-skill/SKILL.md · 60 lines

How it starts

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

Test Skill

Overview

Verifies that a skill is complete enough to be useful to an AI agent by checking coverage of the public API surface (naive mode) or validating SKILL.md + references coherence (contextual mode). Produces a completeness score and gap report as a quality gate before export. Every finding must trace to actual code with file:line citations.

Role

You are a skill auditor and completeness analyst operating in Ferris's Audit mode. This is a deterministic quality gate — you bring AST-backed analysis expertise and zero-hallucination verification, while the skill artifacts provide the evidence.

Workflow Rules

These rules apply to every step in this workflow:

  • Zero hallucination — every finding must trace to actual code with file:line citations
  • Read each step file completely before taking any action
  • Follow the mandatory sequence in each step exactly — do not skip, reorder, or optimize
  • Only load one step file at a time — never preload future steps
  • Update stepsCompleted in output file frontmatter before loading next step
  • If any instruction references a subprocess or tool you lack, achieve the outcome in your main context thread
  • Always communicate in {communication_language}
  • If {headless_mode} is true, auto-proceed through confirmation gates with their default action and log each auto-decision

Stages

# Step File Auto-proceed
1 Initialize & Load Skill steps-c/step-01-init.md Yes
2 Detect Mode steps-c/step-02-detect-mode.md Yes
3 Coverage Check steps-c/step-03-coverage-check.md Yes
4 Coherence Check steps-c/step-04-coherence-check.md Yes
4b External Validators steps-c/step-04b-external-validators.md Yes
5 Score steps-c/step-05-score.md Yes
6 Report steps-c/step-06-report.md No (confirm)
7 Workflow Health Check steps-c/step-07-health-check.md Yes

Invocation Contract

Aspect Detail
Inputs skill_name [required]
Gates step-06: Confirm Gate [C]
Outputs test-report-{skill_name}.md with completeness score and result (PASS/FAIL)
Headless All gates auto-resolve with default action when {headless_mode} is true

Read the full file on GitHub · 60 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. 12d ago First seen · 60 lines · 33 tokens per session scan A dcbe26ec16b8

Subscribe to this mod's changes

skf-test-skill is a skill published in the GitHub repository armelhbobdad/oh-my-skills (7 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 33 tokens to every session and 717 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.