Verify repository is in working state by running CI checks and fixing issues
Runs CI checks and automatically fixes any issues found in the repository.
/plugin marketplace add davepoon/buildwithclaude/plugin install all-commands@buildwithclaudeVerify the repository is in a working state by running appropriate CI checks and fixing any issues found.
Detect Package Manager:
Update Dependencies:
npm installpnpm installyarn installbun installRun Linting:
lint, eslint, check, formatRun Type Checking (if applicable):
tsc or check for typecheck scriptRun Build:
build, compile, distRun Tests:
test, test:unit, test:coverageAdditional Checks:
Stage Changes:
git statusgit addTake the following steps if CI breaks
/huskySets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.
/huskySets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.