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 workflowSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer