Run lint checks (ruff for Python, Biome for TS/JS), type checks (pyright for Python, tsc for TS/JS), and the standard pytest tiers (unit + e2e + tests skipped during pre-commit). Investigates failures to determine if they are application bugs or test issues, and fixes application bugs rather than weakening tests. Does not run paid-LLM real-API tests or scenario probes from the test-* command family.
$npx -y skills add reflexioai/claude-smart --skill check-and-testInstalls into the current project.
Run `npx skills use "https://github.com/reflexioai/claude-smart" --skill "reflexioai/claude-smart/check-and-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/reflexioai/claude-smart" that are relevant to the current task. Run `npx skills add "https://github.com/reflexioai/claude-smart"` and select the relevant skills, then follow their instructions.