review-ci

Analyze GitHub Actions workflows and CI configurations for reproducibility, security, and performance.

18|4|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill review-ci-louisbrulenaudet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-ci
Source: https://github.com/louisbrulenaudet/monorepo-template/tree/main/.agents/skills/review-ci
Command: npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill review-ci-louisbrulenaudet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses inefficiencies, security risks, and reproducibility issues in GitHub Actions workflows, caching strategies, and deployment pipelines.

Core Features & Use Cases

  • Workflow Audit: Validates CI steps, permissions, and trigger strategies against industry best practices.
  • Performance Optimization: Identifies missing caching opportunities for pnpm and Turborepo to accelerate build times.
  • Use Case: Use this Skill when you suspect your CI pipeline is slow, prone to dependency drift, or lacks proper security scoping for deployment tokens.

Quick Start

Invoke the review-ci skill to perform a comprehensive audit of the current repository CI configuration and deployment pipeline.

Frequently Asked Questions about review-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit GitHub Actions workflows for security and performance?

Auditing GitHub Actions workflows involves validating CI steps, least-privilege permissions, and trigger strategies against best practices. This ensures reproducibility, security, and performance by identifying missing caching and deployment token risks.

Why does my Turborepo CI pipeline take so long to run?

Slow Turborepo CI pipelines often lack efficient caching strategies. Identifying and implementing missing caching opportunities for pnpm and Turborepo accelerates build times and optimizes overall pipeline performance.

Can I use this to check for frozen lockfile requirements in monorepos?

Yes, you can check for frozen lockfile requirements in monorepos. The task validates adherence to frozen lockfile rules, targeting monorepo build pipelines and dependency management to prevent drift and ensure reproducible builds.

What is the best way to secure deployment tokens in CI configurations?

Securing deployment tokens in CI configurations requires applying least-privilege permissions to workflow triggers and steps. Validating proper security scoping ensures deployment automation tasks do not expose tokens unnecessarily.

Does this approach work with pnpm and GitHub Actions caching?

Yes, this approach works with pnpm and GitHub Actions caching. It analyzes CI configurations to identify missing caching opportunities for pnpm and Turborepo, ensuring efficient caching strategies accelerate build times.