Agent skill
ci-cd-compliance
CI/CD pipeline requirements and deployment standards. Use when (1) Setting up CI/CD pipelines, (2) Debugging CI failures, (3) Configuring deployment workflows, (4) Managing staging/production releases, (5) Investigating build failures. Covers CI gate requirements, merge policies, auto-deploy to staging, production approval process.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ci-cd-compliance-paipalooza-chicommerce
SKILL.md
CI/CD Compliance Rules
CI Gates Sequence
install → lint/format → typecheck → unit → integration → (optional e2e) → package
Merge Policy
- Merge only if green
- Auto-deploy to staging on merge
- Production requires tag/approval
CI Failure Handling
When CI fails:
- Explain root cause in PR comment
- Include the fix in the same PR when feasible
- Don't merge until all gates pass
IDE Integration
- AINative / Windsurf / Cursor / Claude Code: Use built-in code actions and terminal to run tests/linters
- Prefer unified diffs in responses so changes are patchable across IDEs
- Attach artifacts (test output, screenshots, logs) whenever you assert a claim
Reference Files
See references/pipeline-requirements.md for detailed CI configuration, gate definitions, and failure debugging guide.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?