This command outlines a comprehensive protocol for verifying and maintaining a repository's health.
/plugin marketplace add AojdevStudio/dev-utils-marketplace/plugin install cicd-automation-commands@dev-utils-marketplace# Repository Health Verification Protocol This command outlines a comprehensive protocol for verifying and maintaining a repository's health. ## Key Goals - Verify repo is in a working state - Run CI checks - Fix any identified issues - Prepare files for staging ## Main Steps 1. Update dependencies (detect package manager by lockfile: package-lock.json → npm, pnpm-lock.yaml → pnpm, yarn.lock → yarn, bun.lockb → bun) 2. Run linter checks 3. Verify builds and types 4. Run test coverage 5. Sort package.json 6. Lint packages 7. Double-check all previous steps 8. Stage files (avoiding git sub...
/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.