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
| Metric | Heal vs playwright-cli + SoTA model |
|---|---|
| Speed | 2x faster |
| Token usage | 2x more token-efficient |
| Accuracy | Heal handles caption, svgs, and complex interactions |
Use with Claude
1) Install Heal
npm i -g @heal-dev/heal-cli2) Login
heal login3) Install the skill
npx heal skills install4) Ask Claude to validate with Heal
claude "Read specs.md to create the new search function. Use heal to validate it works as described."