๐Ÿš€
DevOpsSwift

ClaudeBar CI/CD

by tddworks

ClaudeBar CI/CD is a DevOps skill for Claude Code, published by tddworks in ClaudeBar.

1.4K stars128 forkson tddworks/ClaudeBarAdded 2026/08/19+1% in starsRepository updated 2026/08/19
antigravityclaudeclaude-codecodexgeminigithubcopilotglm5kimi
Install in seconds
Install ClaudeBar CI/CD
Copy ClaudeBar CI/CD into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tddworks/ClaudeBar/tree/main/.claude/skills/github-actions ~/.claude/skills/github-actions

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tddworks/ClaudeBar.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/github-actions/SKILL.md in tddworks/ClaudeBar
Installs to
~/.claude/skills/github-actions
Collection
One of 6 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What ClaudeBar CI/CD does

ClaudeBar CI/CD manages the build, test, and release workflows for the ClaudeBar macOS app. Use it to set up CI/CD secrets, create releases, and debug code signing, notarization, or Sparkle appcast failures.

ClaudeBar CI/CD is cataloged under DevOps on DirSkills. ClaudeBar CI/CD comes from a repository tagged antigravity, claude, claude-code, codex and gemini.

Documentation

README

ClaudeBar GitHub Actions

Three workflows live in .github/workflows/. See reference files for setup and troubleshooting.

Workflows at a Glance

Workflow Trigger Runner Purpose
build.yml push/PR to main, develop macos-15 Debug + release build verification
tests.yml push/PR to main, develop macos-26 Unit tests + Codecov coverage upload
release.yml v* tag push OR manual macos-15 Sign โ†’ notarize โ†’ DMG โ†’ GitHub release โ†’ appcast

Create a Release

Option A โ€” Tag (recommended):

This is the opening of the README. Read the full README on GitHub.

Frequently asked about ClaudeBar CI/CD

  • What else does tddworks publish alongside ClaudeBar CI/CD?

    ClaudeBar CI/CD is one of 6 skills that DirSkills catalogs from tddworks/ClaudeBar, the repository it ships in. Its siblings there include Add Provider, Add Report Card and Fix Bug. Each one is a separate skill with its own page in this directory, installs the same way ClaudeBar CI/CD does, and is maintained by tddworks in that same repository. The rest of the collection is listed on the tddworks/ClaudeBar page.

  • How does ClaudeBar CI/CD compare to other DevOps skills?

    ClaudeBar CI/CD ranks #338 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ClaudeBar CI/CD against them. Open each page to compare what they document and how they install.