Skip to content
Skill

CI/CD Code Review

by gr8monk3ys

AI Summary

This booster enables automated code review in CI/CD pipelines by running Claude Code in headless mode, helping development teams catch security issues and maintain code quality without manual review steps.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "CI/CD Code Review" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/misc && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/misc/SKILL.md "https://raw.githubusercontent.com/gr8monk3ys/link-flame/main/.claude/commands/misc/ci-review.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Run Claude Code in headless mode for CI/CD automated code review

Headless Mode Usage

Claude Code supports headless operation for CI/CD integration using the -p (print) flag: `bash

CI/CD Code Review

Run automated code review in CI/CD pipelines using Claude Code's headless mode.

Basic headless review

claude -p "Review this PR for security issues and code quality"

With structured JSON output

claude -p "Review changes" --output-format stream-json

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
8 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars8
Forks1
Issues4
Updated1mo ago
View on GitHub
GPL-3.0 License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code