Run project checks and fix any errors without committing
Runs project validation checks and automatically fixes any errors found.
/plugin marketplace add davepoon/buildwithclaude/plugin install commands-code-analysis-testing@buildwithclaudeRun project validation checks and resolve any errors found.
Detect Package Manager (for JavaScript/TypeScript projects):
Check Available Scripts:
check, validate, verify, test, lintRun Appropriate Check Command:
JavaScript/TypeScript:
npm run check or npm testpnpm check or pnpm testyarn check or yarn testbun check or bun testOther languages:
pytest, flake8, mypy, or make checkgo test ./... or golangci-lint runcargo check or cargo testrubocop or rake testFix Any Errors:
Important Constraints:
If no check script exists, run the most appropriate validation for the project type.