Run All Tests
Run all automated checks for the project (both LOCAL and PROD) and provide a unified summary.
Test suites to run
- •
/tests-local-run-local-tests- All LOCAL validation checks - •
/tests-prod-run-prod-tests- All PROD validation checks
Instructions
- •Launch both test suites in parallel using the Skill tool:
- •Call Skill tool with skill:
tests-local-run-local-tests - •Call Skill tool with skill:
tests-prod-run-prod-tests
- •Call Skill tool with skill:
- •Wait for both to complete
- •Compile results into a unified report (see format below)
Output Format
code
# All Checks Results ## LOCAL Tests ### 1. Internal Links [Summary from test-and-update-internal-links] ### 2. LOCAL Site Links (lychee) [Summary from test-local-site-links] ## PROD Tests ### 1. Bit.ly Links [Summary from test-bitly-links] ### 2. PROD Site Links (lychee) [Summary from test-prod-site-links] --- ## Overall Summary | Test Suite | Checks | Status | |------------|--------|--------| | LOCAL Tests | Internal Links, LOCAL Site Links | ✅ / ❌ | | PROD Tests | Bit.ly Links, PROD Site Links | ✅ / ❌ | | **TOTAL** | **All checks** | ✅ **All passed** / ❌ **Issues found** |
Adding new checks
- •To add a LOCAL check: add it to the
tests-local-run-local-testsskill - •To add a PROD check: add it to the
tests-prod-run-prod-testsskill