Heal

Agentic loop mode

Use Heal in an agent loop to validate work and return feedback.

Heal can run inside an agentic development loop to check your work automatically. In this mode, Heal does not generate Playwright code. It runs validation, then exits with feedback once complete.

Performance

MetricHeal vs playwright-cli + SoTA model
Speed2x faster
Token usage2x more token-efficient
AccuracyHeal handles caption, svgs, and complex interactions

Use with Claude

1) Install Heal

npm i -g @heal-dev/heal-cli

2) Login

heal login

3) Install the skill

npx heal skills install

4) Ask Claude to validate with Heal

claude "Read specs.md to create the new search function. Use heal to validate it works as described."