Verify that an application works correctly using stably verify. Use when an AI agent has made code changes and needs to validate the feature works in a real browser. The command describes expected behavior in plain English and reports a PASS/FAIL/INCONCLUSIVE verdict — no test files generated. Triggers on: "verify this works", "stably verify", "check if this works", "validate my changes", "verify my feature", "does this work", "check the app", "verify the feature".
$npx -y skills add stablyai/agent-skills --skill stably-verifyInstalls into the current project.
Run `npx skills use "https://github.com/stablyai/agent-skills" --skill "stablyai/agent-skills/stably-verify"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/stablyai/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/stablyai/agent-skills"` and select the relevant skills, then follow their instructions.