🚀
DevOpsPython

CI All

by FlorianBruniaux

CI All is a DevOps skill for Claude Code, published by FlorianBruniaux in claude-code-ultimate-guide.

5.7K stars751 forkson FlorianBruniaux/claude-code-ultimate-guideAdded 2026/08/15Repository updated 2026/08/14
agentic-codingai-assistantai-codingai-pair-programmingai-securityanthropicbest-practicesclaudeclaude-codeclaude-code-guideclaude-code-tutorialcli-toolcoding-assistantcursor-alternativedeveloper-toolsllmmcp-serversprompt-engineeringtutorialvibe-coding
Install in seconds
Install CI All
Copy CI All 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/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples/skills/ci-all ~/.claude/skills/ci-all

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/FlorianBruniaux/claude-code-ultimate-guide.git

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

In this catalog

Source file
examples/skills/ci-all/SKILL.md in FlorianBruniaux/claude-code-ultimate-guide
Installs to
~/.claude/skills/ci-all
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What CI All does

CI All runs local tests, type checks, pushes the current branch, and returns the CI pipeline URL so you can open a PR with confidence.

CI All is cataloged under DevOps on DirSkills. CI All comes from a repository tagged agentic-coding, ai-assistant, ai-coding, ai-pair-programming and ai-security.

Documentation

README

/ci:all: Full CI before PR

Runs everything in order: local tests → type check → push → pipeline URL.

One /ci:all replaces: manual tests + git push + copying the pipeline URL.

Stack detection

if [ -f "uv.lock" ]; then STACK="python"
elif [ -f "pnpm-lock.yaml" ]; then STACK="node"
elif [ -f "package-lock.json" ]; then STACK="node-npm"
elif [ -f "Cargo.toml" ]; then STACK="rust"
fi

Step 1: Local tests (blocking)

Python (uv/pytest):

uv run pytest --tb=short -q
# Failure → STOP + print failing tests

Node (pnpm/vitest):

pnpm vitest run
pnpm tsc --noEmit
# Failure → STOP

Rust:

cargo test --quiet 2>&1

If --skip-tests is passed → skip to step 2.

Step 2: Push + pipeline

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

Commands CI All provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /pr

Frequently asked about CI All

  • What else does FlorianBruniaux publish alongside CI All?

    CI All is one of 25 skills that DirSkills catalogs from FlorianBruniaux/claude-code-ultimate-guide, the repository it ships in. Its siblings there include Audit Agents Skills, Audit Prose and Audit Whitepapers. Each one is a separate skill with its own page in this directory, installs the same way CI All does, and is maintained by FlorianBruniaux in that same repository. The rest of the collection is listed on the FlorianBruniaux/claude-code-ultimate-guide page.

  • How does CI All compare to other DevOps skills?

    CI All ranks #145 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 CI All against them. Open each page to compare what they document and how they install.

More from FlorianBruniaux/claude-code-ultimate-guide

CI All is one of 25 skills cataloged on DirSkills from FlorianBruniaux/claude-code-ultimate-guide.

See all 25 skills
🔍
2w ago

Audit Agents Skills

Audit Agents Skills scores Claude Code agents, skills, and commands against 16 weighted quality criteria and assigns production-readiness grades. Use it to evaluate skill quality, compare agents to best-practice templates, and identify gaps before deployment.
Quality
5.7K751
📝
2w ago

Audit Prose

Audit Prose adds descriptive prose to bare sections in whitepapers (French and English) using nine parallel agents. Use it when enriching documentation with introductory paragraphs before tables, code blocks, or lists.
Writing
5.7K751
🔍
2w ago

Audit Whitepapers

Audit Whitepapers checks version freshness, FR/EN parity, and metadata consistency across all whitepapers and recap cards against the current guide version. Use it when you need a comprehensive quality audit and prioritized update suggestions for documentation.
Quality
5.7K751
🔄
2w ago

Autoresearch

Autoresearch scans codebase quality metrics and runs autonomous agent iterations that keep changes only when a metric improves. Use it to run self-correcting improvement loops over a codebase until stopped.
AI Engineering
5.7K751
🔄
2w ago

CC Guide Daily

CC Guide Daily checks official Anthropic docs diff and guide/CC releases digest daily, returning a consolidated briefing. Use it when asked to run ccguide-daily.
Automation
5.7K751
📊
2w ago

CCBoard

CCBoard launches a TUI/Web dashboard to monitor Claude Code token usage, costs, sessions, and MCP server status. Use it when auditing activity across projects or troubleshooting MCP integrations.
Data
5.7K751