Run comprehensive CI checks and fix issues: $ARGUMENTS
/plugin marketplace add lifangda/claude-plugins/plugin install accessibility-suite@claude-pluginsautomation/# Husky CI Pre-commit Checks Run comprehensive CI checks and fix issues: $ARGUMENTS ## Current Repository State - Git status: !`git status --porcelain` - Package manager: !`which pnpm npm yarn | head -1` - Current branch: !`git branch --show-current` - Package.json: @package.json - Environment file: @.env (if exists) ## Task Verify repository is in working state and fix issues. All commands run from repo root. ## CI Check Protocol ### Step 0: Environment Setup - Update dependencies: `pnpm i` (unless --skip-install) - Source environment: `.env` file if exists ### Step 1: Linting - Ch...
/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.
/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.