| description | Auto-detect project type and configure quality gates, permissions, and hooks for a new codebase |
|---|
Automatically detect your project type and set up pro-workflow quality gates.
Run in any project to:
- Detect project type (Node.js, Python, Rust, Go)
- Configure lint/typecheck/test commands
- Set up safe permission rules
- Verify tooling is installed
- Node.js/TypeScript — npm/pnpm/yarn, ESLint, TypeScript, Jest/Vitest
- Python — pip/poetry, ruff/flake8, mypy, pytest
- Rust — cargo, clippy, cargo test
- Go — go vet, golangci-lint, go test
- Mixed/Monorepo — detects multiple types
/auto-setup