code quality gates
✓Expert quality gate decisions for iOS/tvOS: which gates matter for your project size, threshold calibration that catches bugs without blocking velocity, SwiftLint rule selection, and CI integration patterns. Use when setting up linting, configuring CI pipelines, or calibrating coverage thresholds. Trigger keywords: SwiftLint, SwiftFormat, coverage, CI, quality gate, lint, static analysis, pre-commit, threshold, warning
Installation
SKILL.md
Expert decision frameworks for quality gate choices. Claude knows linting tools — this skill provides judgment calls for threshold calibration and rule selection.
| 1 | SwiftLint | 30s | High — catches bugs | | 2 | SwiftFormat | 15s | Medium — consistency | | 3 | Build (0 warnings) | 2-5m | High — compiler catches issues | | 4 | Unit Tests | 5-15m | High — catches regressions | | 5 | Coverage Check | 1m | Medium — enforces testing | | 6 | Static Analysis | 5-10m | Medium — deep issues |
| Gates disabled for "urgent" PR | Culture problem | Gates are non-negotiable | | 100% coverage requirement | Gaming metrics | 80-85% is optimal | | All SwiftLint rules enabled | Too noisy | Curate impactful rules | | Pre-commit takes > 30s | Devs skip it | Only fast checks locally | | Different rules in CI vs local | Surprises | Same config everywhere |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kaakati/rails-enterprise-dev --skill code quality gates- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-13
- Updated
- 2026-02-18
Quick answers
What is code quality gates?
Expert quality gate decisions for iOS/tvOS: which gates matter for your project size, threshold calibration that catches bugs without blocking velocity, SwiftLint rule selection, and CI integration patterns. Use when setting up linting, configuring CI pipelines, or calibrating coverage thresholds. Trigger keywords: SwiftLint, SwiftFormat, coverage, CI, quality gate, lint, static analysis, pre-commit, threshold, warning Source: kaakati/rails-enterprise-dev.
How do I install code quality gates?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kaakati/rails-enterprise-dev --skill code quality gates Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kaakati/rails-enterprise-dev
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-13