Quick e2e smoke test of the local Carbon ERP dev server — logs in via /auth, then loads each core module and verifies it renders without errors. Use after booting a stack, after wide-reaching changes, or when asked to "smoke test" the app. For feature-specific testing use /test instead.
$npx -y skills add crbnos/carbon --skill smoke-testInstalls into the current project.
Run `npx skills use "https://github.com/crbnos/carbon" --skill "crbnos/carbon/smoke-test"` 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/crbnos/carbon" that are relevant to the current task. Run `npx skills add "https://github.com/crbnos/carbon"` and select the relevant skills, then follow their instructions.