hf.audit-tests

hf.audit-tests is a command for Claude Code from T-rav/hydraflow. It costs 0 tokens per session (4,909 once invoked), scanned A, original, Apache-2.0.

A repository-wide review of automated tests, including their naming, structure, reuse of test helpers, common mistakes, missing coverage, and flaky behavior. It can create GitHub issues for findings; GitHub is a service for hosting code and tracking issues.

In plain words
What is it for?
Use it to audit Python and user-interface tests and record findings as labeled GitHub issues for later work.
Why use it?
It helps locate test problems across a codebase instead of relying on a review of only recently changed files.

Command for Claude Code

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.

agentmods
npx agentmods add commands/t-rav/hydraflow/hf.audit-tests
Clone the repo
git clone --depth 1 https://github.com/T-rav/hydraflow

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 hf.audit-tests

README.md
[![agentmods](https://agentmods.dev/badge/commands/t-rav/hydraflow/hf.audit-tests.svg)](https://agentmods.dev/commands/t-rav/hydraflow/hf.audit-tests)
Your own site
<a href="https://agentmods.dev/commands/t-rav/hydraflow/hf.audit-tests"><img src="https://agentmods.dev/badge/commands/t-rav/hydraflow/hf.audit-tests.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,909 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.04909
Opus 5 $0.00000 $0.02455
Sonnet 5 $0.00000 $0.00982
Haiku 4.5 $0.00000 $0.00491

Measured 4d ago against content hash bdfbea0ba34b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hf.audit-tests 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 4d 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.

.claude/commands/hf.audit-tests.md · 419 lines

How it starts

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

Test Audit

Run a comprehensive test quality audit across the entire repo. Analyzes test naming, structure, hygiene, factory usage, fluent builder patterns, anti-patterns, coverage gaps, and flaky patterns. Creates GitHub issues for findings so HydraFlow can process them.

Instructions

  1. Resolve configuration before doing anything else:

    • Run echo "$HYDRAFLOW_GITHUB_REPO" — if set, use it as the target repo (e.g., owner/repo). If empty, run git remote get-url origin and extract the owner/repo slug (strip https://github.com/ prefix and .git suffix).
    • Run echo "$HYDRAFLOW_GITHUB_ASSIGNEE" — if set, use it as the issue assignee. If empty, extract the owner from the repo slug (the part before /).
    • Use hydraflow-find as the label for created issues.
    • Store resolved values as $REPO, $ASSIGNEE, $LABEL.
  2. Discover project structure:

    • Use Glob to find all test files: **/test_*.py, **/tests/conftest.py, **/tests/helpers.py
    • Exclude .venv/, venv/, __pycache__/, node_modules/
    • Also find all UI test files: ui/src/**/*.test.jsx, ui/src/**/*.test.js
    • Count total test files and identify the test helper infrastructure
  3. Launch agents in parallel using Task with run_in_background: true and subagent_type: "general-purpose":

    • Agent 1: Test naming, structure & method size — Checks naming conventions, 3As structure, single responsibility, small test methods, and organization.
    • Agent 2: Anti-patterns, hygiene & flaky tests — Detects over-mocking, weak assertions, duplicate helpers, flaky patterns, and test isolation issues.
    • Agent 3: Factory/fixture gaps, builder enforcement & coverage — Finds missing factories, enforces fluent builder pattern, checks coverage gaps, and missing edge case tests.
  4. Wait for all agents to complete.

  5. After all finish, run gh issue list --repo $REPO --label $LABEL --state open --search "test quality" --limit 200 to show the user a final summary of all issues created.

Read the full file on GitHub · 419 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. 4d ago First seen · 419 lines · 0 tokens per session scan A bdfbea0ba34b

Subscribe to this mod's changes

hf.audit-tests is a command published in the GitHub repository T-rav/hydraflow (5 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 4,909 tokens. 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.