standards-audit

Audit GitLab CI pipelines for standards violations and actionable fixes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/onesmartguy/raptor-claude-plugins --skill standards-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standards-audit
Source: https://github.com/onesmartguy/raptor-claude-plugins/tree/main/plugins/gitlab-ci/skills/standards-audit
Command: npx skills add https://github.com/onesmartguy/raptor-claude-plugins --skill standards-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill audits a repository's GitLab CI pipeline to ensure adherence to established GitLab CI standards, surfacing violations and actionable recommendations.

Core Features & Use Cases

  • Topic-driven auditing: analyze .gitlab-ci.yml against defined standards, with optional topic filtering (e.g., job-ordering).
  • Detailed reporting: identify violations with file, line, and context, plus recommended fixes.
  • Workflow integration: supports loading standards, validating user-specified topics, and generating remediation guidance across projects.

Quick Start

Run the audit on your repository with /gitlab-ci:standards-audit to identify CI/CD standard violations.

Frequently Asked Questions about standards-audit

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

FAQPage Schema
How do I audit a GitLab CI pipeline for compliance violations?

Auditing a GitLab CI pipeline for compliance involves analyzing your .gitlab-ci.yml file to detect cross-stage needs and job-ordering violations, then generating a detailed report with actionable fixes for each issue found.

What does a GitLab CI standards audit check for in a .gitlab-ci.yml file?

A GitLab CI standards audit checks your .gitlab-ci.yml file for cross-stage needs and job-ordering violations, validating the pipeline against established compliance standards and providing specific file and line context for any issues found.

Can I filter the GitLab CI pipeline audit to only check specific topics like job-ordering?

Yes, you can filter the GitLab CI pipeline audit by specifying optional topics such as job-ordering, allowing the audit to validate user-specified topics and analyze the pipeline only against those relevant loaded standards.

How do I fix cross-stage needs violations in my GitLab CI pipeline?

To fix cross-stage needs violations in a GitLab CI pipeline, run the audit to identify the specific file and line context of the violation, then apply the recommended remediation guidance provided in the audit report.

Does the GitLab CI compliance audit work across multiple projects?

Yes, the GitLab CI compliance audit works across multiple projects by analyzing .gitlab-ci.yml files throughout your repositories, loading relevant standards, and generating remediation guidance for all detected pipeline violations.