What problem does it solve?
Changes to GitLab CI pipelines, shell scripts, and jq filters are easy to break in subtle ways, such as quoting bugs or malformed MR comments. This Skill provides a structured review checklist so reviewers consistently verify CI behavior before approving changes.
Core Features & Use Cases
- Guided CI Review: Directs the reviewer to read the dedicated GitLab CI reviewer agent instructions before evaluating changes.
- Test and Formatting Checks: Ensures relevant tests in
ci/tests/ and shell/jq quoting and formatting behavior are examined.
- Standardized Verdicts: Ends every review with a clear
APPROVE, CONCERN, or BLOCK outcome.
- Use Case: When a pull request modifies files under
ci/ or changes GitLab-specific report output, invoke this Skill to run a consistent review of scripts, jq filters, and MR comment rendering.
Quick Start
Review the current changes to the ci/ directory and GitLab MR comment formatting, then give an APPROVE, CONCERN, or BLOCK verdict.