prowler-ci

Inspect GitHub Actions workflows to diagnose failing Prowler CI checks.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/adbertram/Devolutions-CIEM --skill prowler-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prowler-ci
Source: https://github.com/adbertram/Devolutions-CIEM/tree/main/prowler/skills/prowler-ci
Command: npx skills add https://github.com/adbertram/Devolutions-CIEM --skill prowler-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps with Prowler repository CI and PR gates by inspecting GitHub Actions workflows and related configuration.

Core Features & Use Cases

  • Audit CI gates across .github/workflows to confirm where checks run and what gates exist.
  • Debug failing GitHub Actions jobs by identifying the failing job, triggering changes, and suggesting remediation steps.
  • Explain and validate policy gates: changelog gate, no-changelog label behavior, PR title conventional-commit checks, and CODEOWNERS/labeler automation.
  • Use Case: When a PR has failing checks, this skill guides you through locating the offending workflow and understanding gating logic.

Quick Start

Inspect a PR CI gate for a failing PR by providing the PR number or URL. Example: Investigate PR #42 to locate the target workflow and remediation steps.

Frequently Asked Questions about prowler-ci

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

FAQPage Schema
How do I debug a failing GitHub Actions job in a pull request?

To debug a failing GitHub Actions job, this skill inspects your workflow definitions to identify the failing job, detect the triggering changes, and provide actionable remediation steps.

What is a changelog gate and how does the no-changelog label work in CI?

A changelog gate in CI enforces changelog updates on pull requests. This skill explains and validates this policy gate, including the specific behavior and automation triggered by the no-changelog label.

How do I validate a PR title for conventional-commit checks in GitHub Actions?

To validate a PR title for conventional-commit checks, this skill inspects your GitHub Actions workflows and related configuration to confirm the gating logic and explain the validation policy.

How do I audit CI gates across .github/workflows to confirm where checks run?

To audit CI gates, this skill inspects configurations across .github/workflows to confirm where checks run, verify existing gates, and understand the CODEOWNERS and labeler automation logic.

Why is my Prowler pull request failing required checks and how do I fix it?

Your Prowler pull request may be failing required checks due to CI gate configurations. This skill investigates the PR by locating the offending workflow, identifying the failing job, and suggesting remediation steps.