nw-cicd-and-deployment

Installation
SKILL.md

CI/CD Pipeline Design and Deployment Strategies

Local Quality Gates

Catch issues at the developer's machine before they reach CI. Local gates mirror the remote commit stage for fast feedback (seconds vs minutes).

Gate Taxonomy

Gate Trigger Checks Tools
Pre-commit git commit Formatting, linting, unit tests, secrets scan pre-commit, husky, lefthook
Pre-push git push Integration tests, acceptance tests, coverage threshold pre-commit (push stage), git hooks
Local CI Manual Full pipeline locally act (GitHub Actions), gitlab-runner exec

Design Principles

Installs
8
Repository
nwave-ai/nwave
GitHub Stars
600
First Seen
Apr 4, 2026
nw-cicd-and-deployment — nwave-ai/nwave