Value: Feedback -- CI pipelines produce signals. Deterministic interaction patterns ensure those signals are received, classified, and acted on correctly. Undisciplined CI interaction (pushing over failing runs, ignoring flaky tests) degrades the signal until the pipeline is noise.
Teaches disciplined CI/CD interaction: one pending run at a time, structured failure triage, automated self-healing for mechanical failures, and structured evidence output for pipeline consumption. Prevents the most common CI failure mode: pushing again before understanding why the last run failed.
One pending CI run at a time. Never push while a run is in progress.
Deterministische CI/CD-Interaktionsmuster. Push-and-Wait-Disziplin, Fehlertriage, Selbstheilung bei Lint-/Format-/Infra-Fehlern, strukturierte Ausgabe für den Pipeline-Verbrauch. Aktivieren Sie diese Option, wenn Sie mit CI/CD-Systemen interagieren. Quelle: jwilger/agent-skills.