Mike-Byrne-AI

Strengthen — Testing skill for Claude Code

Testing community

Surface where a repo's test rails are missing: enumerate the public Python.

How to install Strengthen

Installs to ~/.claude/commands/mike-byrne-ai-espalier-harness-strengthen.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Mike-Byrne-AI/espalier-harness/HEAD/.claude/commands/strengthen.md -o ~/.claude/commands/mike-byrne-ai-espalier-harness-strengthen.md

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

What Strengthen does

Surface where a repo's test rails are missing: enumerate the public Python surface mechanically, cross-reference it against the test tree, and risk-rank the untested gaps.

python -m espalier strengthen .

Writes an advisory report to `reports/strengthen_report.json` and `reports/strengthen_report.md`, and prints the ranked table. It reads code; it never writes, generates, or commits a test.

What it does

  1. Enumerate — parse every *.py file with ast (no import, no execut

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • #29 — #52, #103) 92.5k ★
  • /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★

Full documentation available on GitHub

View Source Repository