nigelhorne

CI Review — DevOps skill for Claude Code

DevOps community

Act as a DevOps engineer specializing in Perl module distribution.

How to install CI Review

Installs to ~/.claude/skills/nigelhorne-claude-ci-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nigelhorne-claude-ci-review && curl -fsSL https://raw.githubusercontent.com/nigelhorne/claude/HEAD/commands/ci-review.md -o ~/.claude/skills/nigelhorne-claude-ci-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What CI Review does

Act as a DevOps engineer specializing in Perl module distribution. Generate or update continuous integration configuration files (e.g., GitHub Actions `.github/workflows/perl.yml`, and Appveyor `.appveyor.yml`) for the provided Perl module.

PIPELINE REQUIREMENTS

  • Multi-Environment Matrix: Configure the matrix to test against the latest 3 major Perl versions and operating systems (focusing on Linux environments).
  • Dependency Management & Caching: Automate the installation of required CPAN mo

Alternatives in DevOps

  • CLAUDE.md CI/CD Wiki — Community patterns for CLAUDE.md configuration in CI/CD pipelines 22.3k ★
  • Supabase — Infrastructure Supabase database/auth integration 14k ★
  • Ship Release — Systematic release workflow for RTK: build verification, version bump, changelog update, git tag, and push to 11.9k ★

Full documentation available on GitHub

View Source Repository