Auto-detects your project language, installs and configures linting, formatting, and type checking, then enforces quality gates on every Claude session. Run /quality-gate for a comprehensive PR review cycle with agent reviews, Devin.ai integration, and merge workflow.
| Command | What it does |
|---|---|
/quality-gate |
PR review cycle with agent reviews, Devin.ai integration, and merge workflow |
- Auto-detects language (TypeScript, Python, Go)
- Installs and configures linting, formatting, and type checking
- Issue tracker integration (Linear, Jira, GitHub Issues, or standalone)
- Stop hook enforces quality gates on every Claude session
| Language | Tooling |
|---|---|
| TypeScript | ESLint + Prettier |
| Python | ruff + pyright |
| Go | Built-in tooling |
claude plugins install project-bootstrap@not-my-job
MIT