← ClaudeAtlas

birdcc-cicdlisted

Use this skill to add the `setup-birdcc` GitHub Action to a GitHub repository's workflows. Trigger when the user asks about CI/CD for BIRD configs, linting BIRD configs in GitHub Actions, validating `bird.conf`, `bird2.conf`, `bird3.conf`, or `bird6.conf` on pull requests or push, the `bird-chinese-community/setup-birdcc` action, installing `birdcc` in CI, installing the BIRD daemon binary in GitHub Actions, adding a `.github/workflows/birdcc.yml`, or keeping BIRD configs formatted and validated in a repository. Do NOT trigger for local linting, local `bird -p` validation, or one-off config checks on the user's machine; use bird-agent for those. Do NOT trigger for editor plugin, IDE extension, or local `birdcc` CLI installation; use birdcc-installer for those. Do NOT trigger for general BIRD config editing, syntax explanation, filter writing, or diagnostics; use bird-agent for those.
bird-chinese-community/BIRD.skills · ★ 0 · Code & Development · score 74
Install: claude install-skill bird-chinese-community/BIRD.skills
# BIRD CI/CD Skill Guide users through adding the `setup-birdcc` GitHub Action to their workflows. ## When to use this skill Use this skill when the user wants BIRD config validation to run automatically in GitHub Actions: - The user asks how to lint or format BIRD configs in CI/CD. - The user asks about the `setup-birdcc` GitHub Action or `bird-chinese-community/setup-birdcc`. - The user wants to validate `bird2.conf`, `bird3.conf`, or `bird.conf` on every pull request. - The user wants to install `birdcc`, `@birdcc/cli`, or the BIRD daemon binary inside GitHub Actions. - The user asks for a `.github/workflows/birdcc.yml` or similar workflow file. - The user asks how to cache pnpm dependencies or run a BIRD2/BIRD3 matrix in CI. Do **not** use this skill for the following; route to the indicated skill instead: | User request | Correct skill | | -------------------------------------------------------------- | ------------------ | | Lint or validate a BIRD config locally on their machine | `bird-agent` | | Explain BIRD syntax, filters, protocols, or keywords | `bird-agent` | | Edit or debug a BIRD config file | `bird-agent` | | Install a BIRD editor plugin, VSCode extension, or IDE support | `birdcc-installer` | | Install `birdcc` locally for command-line use | `birdcc-installer` | ## Quick reference Choose the snippet that matches the