Run Local Tests
Run all LOCAL validation checks that don't require network access to the live site.
Checks to run
- •
/tests-local-test-and-update-internal-links- Internal links validation (LOCAL _site/ files) - •
/tests-local-test-local-site-links- LOCAL site links & anchors validation (requires LOCAL server running)
Instructions
- •Launch both checks in parallel using the Skill tool:
- •Call Skill tool with skill:
tests-local-test-and-update-internal-links - •Call Skill tool with skill:
tests-local-test-local-site-links
- •Call Skill tool with skill:
- •Wait for both to complete
- •Compile results into a unified report (see format below)
Output Format
code
# Local Tests Results ## 1. Internal Links [Summary from test-and-update-internal-links] ## 2. LOCAL Site Links (lychee) [Summary from test-local-site-links] --- ## Summary | Check | Status | |-------|--------| | Internal Links | ✅ / ❌ | | LOCAL Site Links | ✅ / ❌ | | **TOTAL** | ✅ **All LOCAL tests passed** / ❌ **Issues found** |