Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-aws-test-plugin.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-aws-test-plugin.
Plugin Claude Code
AI-powered test generation skills for AWS Python projects — Lambda, API Gateway, Step Functions, and Batch. Generates E2E, integration, contract, performance, and load tests by reading actual handler code.
Instructions file
Claude Code instructions for whitewhiteqq/aws-test-plugin, covering claude.md — agent instructions for aws-test-plugin, commands, sync dependencies (after cloning or pulling), run all tests and lint — check mode (ci).
Agent
Generate, run, and fix comprehensive tests for AWS Python projects. Analyzes actual handler code to produce E2E, integration, contract, performance, and load tests. Works with Lambda, API Gateway, Step Functions, and Batch jobs.
Skill Claude CodeCodex
Generate contract tests that validate API schemas, request/response shapes, required fields, security definitions, and step function input/output contracts. Works with OpenAPI/Swagger specs, SAM templates, and CloudFormation. Uses jsonschema and pydantic for validation. All tests run offline with zero network calls.…
Skill Claude CodeCodex
Generate comprehensive end-to-end tests for AWS Python services by reading the actual handler code logic. Covers API Gateway Lambda proxies, Step Function workflows, and Batch job executions. Use when asked to write E2E tests, end-to-end tests, workflow tests, API tests against a deployed environment, or smoke tests…
Skill Claude CodeCodex
Generate comprehensive integration tests for AWS Python Lambda functions, Batch jobs, and services that interact with S3, DynamoDB, RDS/PostgreSQL, SQS, SNS, EventBridge, Kinesis, and other AWS services. Uses moto for in-process AWS mocking and testcontainers for real database testing. Reads the handler source code to…
Skill Claude CodeCodex
Generate performance benchmarks and load tests for AWS Python services. Performance tests measure Lambda latency, memory usage, cold start time, and batch throughput using pytest-benchmark and tracemalloc. Load tests use Locust to simulate concurrent users against API Gateway endpoints. Reads handler code to build…
Skill Claude CodeCodex
Master skill for testing AWS Python projects. Discovers project components (Lambda, API Gateway, Step Functions, Batch), reads handler code logic, and coordinates test generation across all categories (E2E, integration, contract, performance, load). Use when asked to: test, write tests, scaffold tests, run tests…
Skill Claude CodeCodex
Generate thorough unit tests for AWS Python business logic with full branch coverage, boundary value analysis, and edge case testing. Isolates pure logic from AWS dependencies using mocks. Covers every if/elif/else, try/except, guard clause, loop variant, and data transformation. Uses pytest parametrize for boundary…