Capability node
Testing
Verify behavior, links, layout, and performance with automated and manual checks.
Why this capability exists
Agents produce confident output that is often wrong in small ways. Testing is the checkpoint that catches broken links, type errors, overflow, and regressions before users do.
Input
- The built site or workflow
- Acceptance criteria from requirement planning
Output
- Test report with failures and screenshots
- Fix list prioritized by severity
- Verified acceptance checklist
Risks
- Testing only the happy path
- Skipping real browser rendering and trusting source code
- Treating "it builds" as "it works"
Acceptance criteria
- Automated checks cover type checking, build, links, and key page loads
- Browser tests run at desktop and mobile widths
- Every acceptance criterion maps to a check that passed
Skills that execute this capability
delivery
Codex Astro MVP
Build and deploy a complete Astro site with a coding agent, from requirement planning to live URL.
atomicLink Checker
Crawl a site's internal and external links and report broken, redirecting, and missing targets.
atomicVisual Review
Capture screenshots of key pages at multiple widths and review them for layout and design issues.