AgentSkillTree

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

Related capabilities

Used in scenarios