Run comprehensive system tests for patent creator (analyzers, BigQuery, GPU, embeddings)
Runs comprehensive tests for patent creator system components including analyzers, GPU, BigQuery, and embeddings.
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator/plugin install robthepcguy-claude-patent-creator-standalone@RobThePCGuy/Claude-Patent-Creatortest-typeRun test suites to verify all components are working correctly.
Tests claims, specification, and formalities analyzers:
python ${CLAUDE_PLUGIN_ROOT}/scripts/test_analyzers.py
Verify GPU detection and CUDA support:
python ${CLAUDE_PLUGIN_ROOT}/scripts/test_gpu.py
Test patent search via BigQuery:
python ${CLAUDE_PLUGIN_ROOT}/scripts/test_bigquery.py
Benchmark embedding generation:
python ${CLAUDE_PLUGIN_ROOT}/scripts/test_embedding_speed.py
Full system validation:
python ${CLAUDE_PLUGIN_ROOT}/scripts/test_install.py
analyzers - Test patent analyzersgpu - Test GPU functionalitybigquery - Test BigQuery integrationembeddings - Test embedding performanceall - Run all tests