mirror of
https://github.com/vince-winkintel/gitlab-cli-skills.git
synced 2026-09-19 06:01:21 +08:00
09862709d9
- Enhanced all skill descriptions with specific triggers and use cases - Removed duplicate help output from top 5 skill bodies (mr, issue, ci, auth, repo) - Added actionable workflow sections with real-world examples - Improved root skill (gitlab-cli-skills) with better organization and common workflows - Reduced token consumption by ~60-70% in updated skills - Better alignment with OpenClaw progressive disclosure pattern Addresses #11 Phase 1 objectives: ✅ All skill descriptions enhanced with triggers ✅ Duplicate content removed from SKILL.md files ✅ Workflows added to: glab-mr, glab-issue, glab-ci, glab-auth, glab-repo ✅ Root skill improved with navigation and common workflows Skills now follow OpenClaw patterns: - YAML frontmatter includes triggers - Progressive disclosure (workflows in SKILL.md, details in references/) - Concise, actionable content focused on procedural knowledge Co-authored-by: Ubuntu <ubuntu@vps-9755df38.vps.ovh.us>
1.5 KiB
1.5 KiB
name, description
| name | description |
|---|---|
| glab-attestation | Work with GitLab attestations for software supply chain security including artifact verification and provenance. Use when verifying software artifacts, managing attestations, or working with supply chain security. Triggers on attestation, verify artifact, provenance, supply chain security. |
glab attestation
Overview
Manage software attestations. (EXPERIMENTAL)
USAGE
glab attestation <command> [command] [--flags]
EXAMPLES
# Verify attestation for the filename.txt file in the gitlab-org/gitlab project.
$ glab attestation verify gitlab-org/gitlab filename.txt
# Verify attestation for the filename.txt file in the project with ID 123.
$ glab attestation verify 123 filename.txt
COMMANDS
verify <project_id> <artifact_path> Verify the provenance of a specific artifact or file. (EXPERIMENTAL)
FLAGS
-h --help Show help for this command.
Quick start
glab attestation --help
Subcommands
See references/commands.md for full --help output.