一键导入
devops
CI/CD and DevOps workflow. Use when modifying GitHub Actions, Docker configurations, or compose files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
CI/CD and DevOps workflow. Use when modifying GitHub Actions, Docker configurations, or compose files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | devops |
| description | CI/CD and DevOps workflow. Use when modifying GitHub Actions, Docker configurations, or compose files. |
Workflow for CI/CD and infrastructure changes.
Use git-workflow Skill for branch, commit, and PR workflow.
| Path | Description |
|---|---|
.github/workflows/ | GitHub Actions |
docker/ | Docker configurations |
compose.*.yaml | Docker Compose files |
Dockerfile | Container definitions |
| File | Purpose |
|---|---|
lint-test.yml | Linting and testing |
# Use act for local testing (if installed)
act -l # List workflows
act push # Simulate push event
act pull_request # Simulate PR event
# Check YAML syntax
yamllint .github/workflows/
| File | Purpose |
|---|---|
compose.yaml | Base configuration |
compose.btc.yaml | Bitcoin services |
compose.eth.yaml | Ethereum services |
compose.xrp.yaml | XRP services |
compose.bch.yaml | Bitcoin Cash services |
# Validate compose files
docker compose config
# Test specific compose
docker compose -f compose.yaml -f compose.btc.yaml config
ci: {brief description}
- {change 1}
- {change 2}
Closes #{issue_number}
git-workflow - Branch, commit, PR workflowSet up docs-ssot SSOT documentation structure — migrate existing docs, build, and validate
Documentation update workflow. Use when modifying files in docs/ directory or any markdown files (*.md).
Maps GitHub labels to Skills and Context documents. Use when creating issues (github-issue-creation) or working on issues (fix-issue command).
How to run watch, keygen, and sign wallet CLI commands. Use when executing wallet commands or testing wallet functionality.
Git branch management, commit conventions, and PR creation workflow. Use for all tasks that require code changes, regardless of language or scope.
Solidity smart contract development workflow. Use when modifying smart contracts in apps/eth-contracts/contracts/.