StoneFly365

Test Plan — Testing skill for Claude Code

Testing community

Analiza una transcripción de vídeo (.txt generado por faster-whisper) y genera o actualiza un plan de pruebas en Markdown estructurado, listo para usar con Playwright.

How to install Test Plan

Installs to ~/.claude/commands/stonefly365-faster-whisper-test-plan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/StoneFly365/faster-whisper/HEAD/.claude/commands/test-plan.md -o ~/.claude/commands/stonefly365-faster-whisper-test-plan.md

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

What Test Plan does

Analiza una transcripción de vídeo (.txt generado por faster-whisper) y genera o actualiza un plan de pruebas en Markdown estructurado, listo para usar con Playwright.

Argumento

El usuario te pasará la ruta al .txt: $ARGUMENTS

Si no hay argumento, usa el .txt más reciente en `output/`.


Flujo de decisión — lo primero que debes hacer

Antes de generar nada, busca si ya existe un plan de pruebas previo en `output/` (fichero `test-plan-*.md`).

**Caso A — No existe ningún plan previo:

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Develop Web Game — Build and test web games iteratively using Playwright with time-stepping 14.6k ★
  • Crlf — Test for CRLF / HTTP response-splitting and host-header injection — Set-Cookie injection, cache poisoning, res 4.5k ★

Full documentation available on GitHub

View Source Repository