hf.audit-tests

Audit test files for naming, structure, coverage, and fixture gaps.

5|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/T-rav/hydraflow --skill hf-audit-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf.audit-tests
Source: https://github.com/T-rav/hydraflow/tree/main/.codex/skills/hf.audit-tests
Command: npx skills add https://github.com/T-rav/hydraflow --skill hf-audit-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HydraFlow test quality auditing at scale: it scans test suites, detects anti-patterns and gaps, and turns findings into actionable issues to drive improvements.

Core Features & Use Cases

  • Automated test quality audits across the codebase, including naming, structure, coverage, and fixtures
  • GitHub integration that deduplicates issues and groups findings by theme
  • Generates standardized, actionable remediation work items and templates

Quick Start

Run the hf.audit-tests skill to scan the repository and generate grouped GitHub issues summarizing test quality gaps.

Frequently Asked Questions about hf.audit-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate test quality audits and generate GitHub issues for gaps?

You can automate test quality audits by scanning test files, conftest.py, and helpers to detect gaps in naming, structure, coverage, and fixtures, then grouping findings into standardized GitHub issues for remediation.

What is automated test quality auditing and how does it work?

Automated test quality auditing identifies anti-patterns and coverage gaps across your test suite, deduplicates findings by checking existing issues, and groups them by theme to create actionable remediation work items.

How do I detect test anti-patterns and fixture gaps in my repository?

To detect test anti-patterns and fixture gaps, apply an audit across all files under tests/, conftest.py, and helpers to systematically identify structural issues and coverage weaknesses.

Can I group multiple test quality findings into a single GitHub issue?

Yes, test quality findings are grouped by theme and deduplicated against existing issues to create standardized, actionable GitHub issues summarizing related remediation work.

Does the test audit work with existing GitHub issues to avoid duplicates?

Yes, the test audit checks existing GitHub issues before creating new ones to ensure de-duplication and prevent redundant remediation tickets.

What's the best way to scan conftest.py and helper files for test quality issues?

The best way to scan conftest.py and helper files is to apply a comprehensive audit that detects naming, structure, coverage, and fixture gaps, then generates grouped issues for remediation.