check-and-test
SolidRun 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.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- ReflexioAI
- Repository
- ReflexioAI/claude-smart
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
test-check
MUST use after implementing new features or bug fixes, when user asks 'run the tests', 'are tests passing?', 'test this', or before any deployment step. Also trigger when tests were previously failing and fixes were applied.
running-tests
Runs tests and handles failures. Triggered when: test execution, verification, test failures, CI checks.
lint
How to lint and typecheck in this project. Load when implementing or verifying code.
code-linting
Run Python (ruff) and JavaScript (Biome) linting.
quality
Code quality validation, formatting, linting, and pre-commit checks.