Analyze test suite for speed and redundancy, create optimization issues
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug# Test Suite Optimization Autonomous analysis to identify slow and redundant tests, create optimization issues. ## Usage ## Instructions ### 1. Bootstrap State (if needed) **Check for `.testaudit.yaml`:** **If missing:** - Create with template - Find all CLAUDE.md directories (these are modules) - Initialize each module with current HEAD commit - Set dates to now **If exists:** - Load current state - Proceed with analysis ### 2. Module Discovery **Find all directories with CLAUDE.md:** These define modules for analysis. **If no CLAUDE.md files found:** ### 3. Determine Mod...