Full Test Battery banner
aws-solutions-library-samples aws-solutions-library-samples

Full Test Battery

Testing community

Description

# Full Test Battery — GenAI IDP Accelerator Use this skill when asked to "run the full battery of tests", validate a branch before/after a merge, or gate a release. It runs every unit suite `make test` covers, plus lint/typecheck, and — critically — tells you how to separate a **real regression** from the repo's **known pre-existing / environment-only failures** so a green-enough run isn't misread as broken. > This is a **read-only verification** skill. It does not deploy or commit. For the >

Installation

Installs to ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-full-test-battery/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-full-test-battery && curl -fsSL https://raw.githubusercontent.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/HEAD/.claude/skills/full-test-battery.md -o ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-full-test-battery/SKILL.md

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

Full documentation available on GitHub

View Source Repository