ci-cd-pipeline-builder
CI/CD Pipeline Builder
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/ci-cd-pipeline-builderWhat This Skill Does
The CI/CD Pipeline Builder is an intelligent automation tool designed for DevOps engineers and developers to rapidly generate, validate, and maintain CI/CD pipelines. Rather than relying on generic, brittle templates, this skill inspects your actual project files—such as lockfiles, build scripts, and configuration manifests—to detect your technology stack accurately. It then produces tailor-made, environment-aware CI/CD configurations for both GitHub Actions and GitLab CI. By automating the boilerplate of linting, testing, and deployment stages, it ensures that your pipelines are standardized, repeatable, and aligned with industry best practices.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alirezarezvani/ci-cd-pipeline-builder
Ensure you have the required Python 3 environment configured, as the internal scripts rely on standard library utilities to parse repository metadata and generate YAML output files.
Use Cases
This skill is ideal for bootstrapping new microservices where manual CI configuration is time-consuming. It is equally powerful for standardizing pipelines across large organizations by migrating legacy, manual GitHub Actions to automated, stack-aware configurations. It also serves as an audit tool; by running the stack detection phase, you can compare your current pipeline logic against what the repository actually requires, helping you identify missing cache keys or incorrectly defined build commands.
Example Prompts
- "Scan the current directory, detect the tech stack, and generate a GitHub Actions workflow that includes linting, testing, and a production deploy stage."
- "Analyze this repository and provide a JSON report of the detected stack, then use it to generate a GitLab CI file with caching enabled."
- "Check my current project structure and recommend a CI/CD pipeline strategy that avoids common pitfalls like hardcoded secrets or missing dependency caching."
Tips & Limitations
To maximize the efficiency of this skill, ensure your project follows standard conventions (e.g., proper lockfiles, clear build scripts). Avoid enabling production deployment stages until your test suite is stable. Note that this skill requires read access to your repository structure and, if used with the --output flag, will require file-write permissions to save generated YAML files. Always review the output before committing to your repository, especially regarding environment variables and secret management, as the tool assumes you are utilizing secure CI secret stores rather than plaintext configurations.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-ci-cd-pipeline-builder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.