Help us improve
Share bugs, ideas, or general feedback.
From jylhis-skills
Use for GitLab work — CI/CD pipeline configuration in `.gitlab-ci.yml` (pipeline templates, downstream pipelines, Docker builds, caching strategies, CI/CD components, runner config, artifacts vs cache, pipeline inputs, duplicate pipeline traps) and the `glab` CLI for terminal-based GitLab workflows (merge requests, issues, epics, work items, comments, Quick Actions, GitLab API queries, inline review comments). Read the matching reference before editing pipelines or running glab.
npx claudepluginhub jylhis/skills --plugin jylhis-duckdbHow this skill is triggered — by the user, by Claude, or both
Slash command
/jylhis-skills:gitlabThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pick the topic and read its reference before editing GitLab pipelines
assets/graphql/create-note.graphqlassets/graphql/epic-notes.graphqlassets/graphql/project-work-item.graphqlreferences/cicd.mdreferences/cicd/pipeline-templates.mdreferences/glab.mdreferences/glab/epic-comments.mdreferences/glab/epics.mdreferences/glab/issue-links.mdreferences/glab/nested-groups.mdreferences/glab/work-items.mdscripts/add-inline-comment.shscripts/batch-label-issues.shscripts/ci-debug.shscripts/create-epic-note.shscripts/create-mr-from-issue.shscripts/epic-notes.shscripts/mr-review-workflow.shscripts/post-inline-comment.pyscripts/sync-fork.shCreates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Pick the topic and read its reference before editing GitLab pipelines or scripting against the GitLab API.
| Topic | When to read | Reference |
|---|---|---|
| CI/CD (.gitlab-ci.yml) | pipeline templates, components, downstream pipelines, Docker builds, caching, runner config, artifacts vs cache, pipeline inputs | references/cicd.md (+ cicd/pipeline-templates.md) |
| glab CLI | merge requests, issues, epics, work items, comments, Quick Actions, GitLab API, inline review comments | references/glab.md (+ glab/work-items.md, glab/issue-links.md, glab/epics.md, glab/epic-comments.md, glab/nested-groups.md) |
Helper scripts live under scripts/ (sibling to references/):
add-inline-comment.sh, batch-label-issues.sh, ci-debug.sh,
create-epic-note.sh, create-mr-from-issue.sh, epic-notes.sh,
mr-review-workflow.sh, post-inline-comment.py, sync-fork.sh.
Assets (GraphQL queries) live under assets/graphql/.
After reading the reference, follow its guidance for the task.