Verify that a code change actually does what it's supposed to by running the app and observing behavior. Use when asked to verify a PR, confirm a fix works, test a change manually, check that a feature works, or validate local changes before pushing.
$npx -y skills add crouton-labs/crouton-kit --skill verify-runtimeInstalls into the current project.
Run `npx skills use "https://github.com/crouton-labs/crouton-kit" --skill "crouton-labs/crouton-kit/verify-runtime"` 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/crouton-labs/crouton-kit" that are relevant to the current task. Run `npx skills add "https://github.com/crouton-labs/crouton-kit"` and select the relevant skills, then follow their instructions.