By yjhjstz
macOS utility commands for Claude Code. Requires macOS with Dictation enabled.
Custom Claude Code plugin marketplace with developer workflow skills.
Step 1 — Add this marketplace:
/plugin marketplace add https://github.com/yjhjstz/cc-skills
Step 2 — Install the plugin:
/plugin install gitlab-skills@cc-skills
gitlab-skillsGitLab workflow slash commands powered by the glab CLI.
Prerequisites: glab installed and authenticated (glab auth login), run from a git repo with a GitLab remote.
| Command | Arguments | Description |
|---|---|---|
/gitlab-ci | [branch | status] | List recent CI/CD pipelines |
/gitlab-ci-log | <pipeline-iid> | Show failed job logs and analyze errors |
/gitlab-ci-run | [branch] | Trigger a new pipeline run |
/gitlab-mr-list | [@me | closed | label:<n> | ...] | List merge requests with filters |
/gitlab-mr-comments | <mr-iid> | View and summarize MR discussions |
/gitlab-review-mr | <mr-iid> | Full code review of a merge request |
/gitlab-fix-issue | <issue-number> | Read issue, implement fix, open MR |
cc-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── gitlab-skills/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── README.md
│ └── commands/ # Slash commands
│ ├── gitlab-ci.md
│ ├── gitlab-ci-log.md
│ ├── gitlab-ci-run.md
│ ├── gitlab-fix-issue.md
│ ├── gitlab-mr-comments.md
│ ├── gitlab-mr-list.md
│ └── gitlab-review-mr.md
└── README.md
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimGitLab workflow commands for managing CI/CD pipelines, merge requests, and issues via the glab CLI. Requires glab installed and available in PATH, must be run from a git directory with a GitLab remote.
npx claudepluginhub yjhjstz/cc-skills --plugin macos-toolsGitLab CLI (glab) expertise for managing merge requests, issues, CI/CD pipelines, and repositories from the command line
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
Commands for Git operations, commits, and PRs
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
MCP server configuration for GitLab integration providing issue management, merge request operations, code search, and project data access.
GitHub Actions troubleshooting and CI/CD automation