claudeindex
Skill

auto-audit-tests

Unattended AI-assisted dev flow: ticket in, pull request out, no human in the loop. It is dev-flow with BOTH human gates swapped for automated approvers — decide-and-flag on ambiguities, an independent falsifying verifier inside a bounded build↔verify loop, and a PR whose body surfaces every decision so the human's MERGE is the only gate. It never merges; the PR is the asynchronous review gate. Bundles the auto-dev-flow orchestrator, vendored copies of the chain (auto-verify-ticket, auto-plan-brief, auto-implement-brief, auto-commit, auto-pr), and three auto-specific skills (auto-author-acceptance-tests, auto-audit-tests, auto-verify-build) — fully self-contained, with no dependency on dev-flow-skills, so its underlying skills can drift freely to suit auto mode.

Installation

1

Add the marketplace

/plugin marketplace add jamcgrath/auto-flow-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.