- Package files: !`find . -maxdepth 1 \( -name "package.json" -o -name "pyproject.toml" -o -name "setup.py" -o -name "go.mod" -o -name "Cargo.toml" \) -type f`
Sets up pre-commit hooks, test infrastructure, GitHub Actions, and documentation workflows.
/plugin marketplace add laurigates/claude-plugins/plugin install testing-plugin@lgates-claude-pluginstest/find . -maxdepth 1 \( -name "package.json" -o -name "pyproject.toml" -o -name "setup.py" -o -name "go.mod" -o -name "Cargo.toml" \) -type ffind . -maxdepth 1 \( -name "pytest.ini" -o -name "jest.config.*" -o -name "vitest.config.*" -o -name ".mocharc.*" \) -type ffind . -maxdepth 1 -name ".pre-commit-config.yaml" -type ffind .github/workflows -maxdepth 1 -type f -name "*.yml" -o -name "*.yaml"pip install pre-commit.pre-commit-config.yaml with language-specific hookspre-commit installpre-commit run --all-filestests/unit, tests/integration, tests/e2e/test:run to verify test execution/lint:check to ensure test code quality.github/workflows/tests.yml with matrix testing.github/workflows/docs.yml for auto-generation