Mikefluff

Paydown — Testing skill for Claude Code

Testing community

Pay down the frozen code-quality baseline and run a full QA sweep.

How to install Paydown

Installs to ~/.claude/commands/mikefluff-skills-paydown.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Mikefluff/skills/HEAD/.claude/commands/paydown.md -o ~/.claude/commands/mikefluff-skills-paydown.md

Restart Claude Code, or start a new session, for it to be picked up.

What Paydown does

Pay down the frozen code-quality baseline and run a full QA sweep.

Alternatives in Testing

  • Create Test Repo — Create a new ArcKit test repo with full scaffolding, auto-detecting the next version number 2.2k ★
  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
  • Check Package — Run full validation (build + lint + test + typecheck) on a package 1.1k ★

Full documentation available on GitHub

View Source Repository