What problem does it solve?
This Skill eliminates the risk of inconsistent CI/CD configurations and non-compliant testing infrastructure across polyglot Nx monorepo projects, which commonly cause broken pipelines, missed coverage requirements, and governance violations.
Core Features & Use Cases
- Centralized CI Standards: Provides a single source of truth for all CI/CD conventions, including mandatory Nx targets, coverage thresholds, Docker setup rules, E2E pairing requirements, Gherkin test mandates, and workflow scheduling standards.
- Agent Integration: Used by swe-*-dev agents to set up new projects correctly, and by ci-checker/ci-fixer agents to validate and remediate CI compliance issues.
- Use Case: A developer setting up a new Rust Axum backend can use this Skill to confirm all required Nx targets and Docker files are present, while a CI checker agent can scan an existing project's pipeline to flag missing coverage thresholds or incorrect workflow schedules.
Quick Start
Use the ci-standards skill to validate that the new crud-be-rust-axum project meets all CI/CD convention requirements including Nx targets, coverage thresholds, and Docker configuration.