← Back to Skills Marketplace
urbantech

Ci Cd Compliance

by Toby Morning · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
206
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ci-cd-compliance
Description
CI/CD pipeline requirements and deployment standards. Use when (1) Setting up CI/CD pipelines, (2) Debugging CI failures, (3) Configuring deployment workflow...
README (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:

  1. Explain root cause in PR comment
  2. Include the fix in the same PR when feasible
  3. 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.

Usage Guidance
This skill is an instruction-only CI/CD guide and appears coherent. Before installing or enabling it, check the following: (1) Confirm the referenced 'references/pipeline-requirements.md' actually exists in your repo or workspace — otherwise the guidance may be incomplete; (2) Be aware the skill's instructions encourage attaching artifacts and using IDE terminals, which may prompt the agent to read repository files or execute commands — only give the agent repository/terminal access if you trust it and review its proposed commands; (3) The skill does not request credentials, but always review any PR comments or automated actions it generates before posting or merging. If you want higher assurance, ask the publisher for the missing reference file or an explicit list of safe commands the agent will run.
Capability Assessment
Purpose & Capability
Name and description align with the instructions in SKILL.md: CI gate ordering, merge policy, failure handling, and IDE integration. It does not request unrelated binaries, credentials, or installs.
Instruction Scope
SKILL.md stays on-topic for CI/CD guidance, but it references 'references/pipeline-requirements.md' which is not present in the bundle and tells the agent to attach artifacts (test output, logs, screenshots) and use IDE terminals; this can lead the agent to read or operate on repository files or invoke commands in the environment — verify what repository access you grant and whether the referenced file exists.
Install Mechanism
No install spec and no code files are present; lowest-risk instruction-only deployment with nothing written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested; requirements are minimal and proportionate to a documentation/guide skill.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ci-cd-compliance
  3. After installation, invoke the skill by name or use /ci-cd-compliance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with CI/CD compliance standards and usage guidelines: - Defines the required CI gate sequence: install → lint/format → typecheck → unit → integration → (optional e2e) → package. - Specifies merge policy: only merge if all gates pass, with auto-deploy to staging and tag/approval needed for production. - Outlines steps for handling CI failures, including documenting root causes and requiring fixes in PRs. - Provides IDE integration tips, recommending unified diffs and attaching relevant artifacts to support claims. - Points to a detailed reference guide in references/pipeline-requirements.md for configuration and troubleshooting.
Metadata
Slug ci-cd-compliance
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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 workflow... It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.

How do I install Ci Cd Compliance?

Run "/install ci-cd-compliance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ci Cd Compliance free?

Yes, Ci Cd Compliance is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ci Cd Compliance support?

Ci Cd Compliance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ci Cd Compliance?

It is built and maintained by Toby Morning (@urbantech); the current version is v1.0.0.

💬 Comments