# Quality Gate

> Runs the project's lint + typecheck + test gate in parallel, tabulates the results, and calls out exactly which checks failed so the caller can triage before a commit, a PR, or a release. Prefers repository-declared Taskfile targets (task lint, task test, task typecheck, task check) when they exist so project conventions and ignore lists are honoured; otherwise detects and runs the native tooling directly (ruff, pytest, eslint, tsc, vitest, go test, cargo test, and similar). Invoke when the user asks to "run the quality gate," "run lint and tests," "make sure CI will pass," "run all checks before committing," or equivalent German-language requests. Don't use for CVE scanning (dependency-audit) or license compliance (license-check), even when task lint wraps a security check and don't use for documentation builds (those are a separate concern).

## Facts
- Page: https://tashan.sh/capability/skill-nolte-quality-gate
- tashan id: skill:nolte/quality-gate
- Source: https://github.com/nolte/claude-shared
- Type: skill
- Category: security
- tashan score: 50.0 / 100
- Adoption: 14.0
- Upkeep: 98.0
- Freshness: 95.0
- Evidence coverage: 84% of the inputs this score can use
- Health: active
- Instruction depth: not yet graded
- License: MIT
- Official: no

## Install

```sh
cp -r quality-gate ~/.claude/skills/
```

## Security audit
Not scanned. We audit npm-published capabilities; this one has no npm package we can resolve, or has not reached the queue. This is not a clean bill of health.

---
Measured 2026-09-12 by tashan (https://tashan.sh) from public evidence. Scorer s5.
