testing

Installation
SKILL.md

Testing instructions

For creating, running, and verifying tests for this application.

Constraint: Do not execute multi-line Python scripts directly in the terminal.

Procedure for Multi-line Scripts:

  1. Search: Check codebase and memory for existing scripts.
  2. Evaluate:
    • Exact Match Found: Execute the existing script.
    • Similar Match Found:
      • Analyze dependencies (what relies on this script?).
      • Determine strategy: Modify existing vs. Duplicate new.
      • Execute the modified or duplicated script.
    • No Match: Create a new script file, then execute it.

Testing types

Index: Terminal Scripts, Python Tests, Browser.
Installs
1
GitHub Stars
37
First Seen
Mar 27, 2026
testing — scottermonk/agentautoflow