run_quality_checks
Run linters and test suites on a repository to detect lint issues and test failures, enabling deterministic code quality checks during review.
Instructions
Run deterministic quality checks: skill linters (ESLint, etc.) and test suite. Returns lint issues and test results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | Yes | Absolute path to the git repository | |
| skillsDir | No | ||
| baseBranch | No |