standards-list

Lists available GitLab CI standards topics for pipeline review commands.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill standards-list-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standards-list
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/gitlab-ci/skills/standards-list
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill standards-list-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with GitLab CI pipeline standards, users often do not know which standards topics are available to view, load, or audit against. This Skill removes that guesswork by presenting the complete list of supported topics in one place. ## Core Features & Use Cases - Topic Discovery: Displays a table of all available GitLab CI standards topics, such as job-ordering for pipeline job ordering with needs vs dependencies. - Command Guidance: Shows how each topic can be passed to the related /gitlab-ci:standards-view, /gitlab-ci:standards-load, and /gitlab-ci:standards-audit commands. - Use Case: Before auditing a repository's .gitlab-ci.yml for pipeline best-practice violations, run this Skill to confirm which standards topics exist and choose the right one for your audit. ## Quick Start Ask the assistant to list the available GitLab CI standards topics so you can pick one to view or audit.

Frequently Asked Questions about standards-list

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

FAQPage Schema
How do I list available GitLab CI standards topics?

Invoke the standards-list skill to display a table of all supported GitLab CI standards topics. Each topic can then be passed to the standards-view, standards-load, or standards-audit commands.

What GitLab CI standards topics are currently available?

The available topic is job-ordering, which covers pipeline job ordering using needs versus dependencies. If no topic is specified in related commands, all standards are included.

How do I audit my GitLab CI pipeline against a standards topic?

Run the standards-audit command with a topic name, such as job-ordering, to analyze your repository for violations. Use standards-list first to confirm which topics are supported.

Can I use GitLab CI standards commands without specifying a topic?

Yes, omitting the topic includes all available standards in the output. Specifying a topic like job-ordering narrows the view, load, or audit to that single standard.