NUKE CI/CD Quick Reference - Start from existing targets and preserve output contracts before refactoring. - Keep target graph intent explicit: use for hard prerequisites, for ordering, for composed flows, and for runtime gates. - Use this skill for pipeline orchestration and build contracts, not for application-service refactors or NUnit fixture internals. - Separate fast local feedback ( ) from full CI validation ( ). - Use the iterative loop for both feature work and test hardening. - Run preflight checks before expensive targets: SDK version, Docker availability (when required), and expec…