Home / hiroro-work / claude-plugins · .claude/skills/run-tests/SKILL.md · GitHub

run-tests skillA

run-tests is agent-read markdown (skill) from hiroro-work/claude-plugins: Verify plugins marketplace structure, version consistency, and JSON/frontmatter validity via subagent.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Test Runner

This project is a Claude Code plugins marketplace. "Tests" here means verifying the repository structure, version consistency, JSON syntax, and SKILL.md/agent frontmatter validity.

## Process

1. Determine test scope:
   - If `$ARGUMENTS` contains `--base-commit <sha>`: run `git diff --name-only <sha>` to get changed files (includes committed, staged, and unstaged changes)
   - Otherwise: run `git diff --name-only HEAD` to detect changed files (if HEAD is unavailable or no changed files detected, run full verification)
   - Any change touching `.claude-plugin/marketplace.json`, `plugins/**`, `skills/**`, or `.claude-plugin/plugin.json` should trigger full verification. If only unrelated files (e.g. `README.md`, `CHANGELOG.md`, `docs/**`) changed, still run full verification
2. Spawn a subagent (Agent tool, subagent_type: `general-purpose`, `model: sonnet`) to execute verification — pass `sonnet` as the `Agent` tool's `model` parameter.
3. Return the subagent's structured summary to the caller

## Subagent Instructions
…

Read the whole file at its exact version.

How to install

Latest version
mdr add hiroro-work/claude-plugins/run-tests@git:20260901.4e26eb1
Exact content
mdr add hiroro-work/claude-plugins/run-tests@sha256:6a4010ee34fc0aa4

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_mmx2thy2ok2k56uv.svg)](https://markdownregistry.com/a/art_mmx2thy2ok2k56uv)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260901.4e26eb1 latest2026-09-01 4e26eb1 6,135 BA view · diff
git:20260818.191c7412026-08-18 191c741 5,783 BA view · diff
git:20260728.97a17932026-07-28 97a1793 7,009 BA view · diff
git:20260726.debc7942026-07-26 debc794 6,179 BA view · diff
git:20260703.049d8eb2026-07-03 049d8eb 4,552 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6135 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

hiroro-work/claude-plugins · 48 stars · license none · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_mmx2thy2ok2k56uv
GET https://markdownregistry.com/api/v1/resolve?ref=hiroro-work/claude-plugins/run-tests
GET https://markdownregistry.com/api/v1/blob/6a4010ee34fc0aa44c0d430b09edae422bbb09886356577431024a732671b0df

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from hiroro-work/claude-plugins

dev-workflow-triage skill
hiroro-work/claude-plugins · .claude/skills/dev-workflow-triage/SKILL.md · Triage open issues in the retrospective issue repo populated by the dev-workflow producer (v1 and v2 issue formats)…
git:20260923.b852b0b · audit A · 48 stars
extract-skill-section skill
hiroro-work/claude-plugins · .claude/skills/extract-skill-section/SKILL.md · Extract a named SKILL.md section's body verbatim into a references/<name>.md file, replace the body with a skeleton…
git:20260902.b999a01 · audit A · 48 stars
inbox-add skill
hiroro-work/claude-plugins · .claude/skills/inbox-add/SKILL.md · Read .claude/inbox-add.local.md and append one task line to the Obsidian Vault's inbox.md. Use when the user requests…
git:20260521.40669ff · audit A · 48 stars
prompt-tuning skill
hiroro-work/claude-plugins · .claude/skills/prompt-tuning/SKILL.md · Methodology for iteratively improving agent-facing instructions (skills / slash commands / CLAUDE.md / code-gen…
git:20260818.9421b02 · audit A · 48 stars
publicity-review skill
hiroro-work/claude-plugins · .claude/skills/publicity-review/SKILL.md · Review uncommitted diff for content unsuitable for publication to a public repository — secrets/credentials…
git:20260819.bbea1b2 · audit A · 48 stars
review-with-untracked skill
hiroro-work/claude-plugins · .claude/skills/review-with-untracked/SKILL.md · Temporarily visualize untracked new files into the git diff so a chain of diff-deriving review callees can see them…
git:20260819.bbea1b2 · audit A · 48 stars
run-node-tests skill
hiroro-work/claude-plugins · .claude/skills/run-node-tests/SKILL.md · Run the repository's Node test suite under tests/ via `node --test` and report a structured verdict. Project-local…
git:20260902.b999a01 · audit A · 48 stars
skill-review skill
hiroro-work/claude-plugins · .claude/skills/skill-review/SKILL.md · Review uncommitted skill changes against an internal checklist of skill-creator best practices and apply improvements…
git:20260819.e040afe · audit A · 48 stars
triage-review skill
hiroro-work/claude-plugins · .claude/skills/triage-review/SKILL.md · Daily review of the latest origin triage-* branch. Operator-prepared invariant — the operator fetches origin and…
git:20260818.43f88f5 · audit A · 48 stars
verify-bundle-sync skill
hiroro-work/claude-plugins · .claude/skills/verify-bundle-sync/SKILL.md · Verify the dev-workflow-bundle canonical and bundle copy directories are in sync. Workaround for upstream symlink bug…
git:20260923.b852b0b · audit A · 48 stars
verify-diff skill
hiroro-work/claude-plugins · .claude/skills/verify-diff/SKILL.md · Empirically verify that a code diff achieves its stated objective by dispatching a bias-free executor that actually…
git:20260818.498fedb · audit A · 48 stars
work-complete skill
hiroro-work/claude-plugins · .claude/skills/work-complete/SKILL.md · Work completion handler. Archives the plan file. Example: /work-complete
git:20260520.3dc0782 · audit A · 48 stars

Every file in hiroro-work/claude-plugins

Other files named run-tests

run-tests skill
different-ai/openwork · .opencode/skills/run-tests/SKILL.md · Run the tests, run one spec, run e2e locally or on Daytona, investigate a skipped spec. Use for executing…
git:20260921.bbe08f8 · audit B · 23,700 stars
run-tests skill
dotnet/skills · plugins/dotnet-test/skills/run-tests/SKILL.md · ALWAYS USE before running .NET tests or answering with a test command or flags. Trigger on "run the tests", "exact…
git:20260904.cb9651d · audit A · 5,468 stars
run-tests skill
stbenjam/skillsaw · tests/fixtures/agentskills/clean/run-tests/SKILL.md · Execute the project test suite with coverage reporting. Use when validating a change.
v1.3 · audit A · 66 stars
run-tests skill
nowsprinting/unity-coding-skills · skills/run-tests/SKILL.md · Provides guidelines for running Unity tests using the run_unity_tests tool. Make sure to use this skill whenever…
git:20260824.7da4e3c · audit A · 20 stars

Browse by kind, by grade A, or by owner.