gitlab-managerManage GitLab repositories, merge requests, and issues via API. Use for tasks like creating repos, reviewing code in MRs, or tracking issues.
Install via ClawdBot CLI:
clawdbot install jorgermp/gitlab-managerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://gitlab.com/api/v4Audited Apr 17, 2026 · audit v1.0
Generated Feb 24, 2026
A development team uses the skill to automate repository creation for new projects and manage merge requests during code reviews. It streamlines workflows by listing open MRs and adding review comments directly via API, reducing manual GitLab UI navigation.
In a CI/CD pipeline, this skill automates issue tracking and MR management post-deployment. It creates issues for bugs detected in production and comments on MRs with deployment status updates, enhancing operational efficiency.
Maintainers of open-source projects utilize the skill to handle incoming contributions by listing and commenting on merge requests. It helps manage community submissions efficiently, ensuring timely reviews and feedback.
Instructors in coding bootcamps use the skill to set up private repositories for students and track their progress through issues and MRs. It facilitates hands-on learning by automating project setup and feedback processes.
Large organizations employ the skill to oversee multiple GitLab projects, creating repositories for new initiatives and monitoring MRs across teams. It centralizes control and improves visibility into development activities.
Offer a managed service that integrates this skill into existing DevOps tools, providing automated GitLab management for clients. Revenue is generated through subscription fees based on usage tiers and support levels.
Provide consulting services to tailor the skill for specific enterprise needs, such as custom scripts or workflow optimizations. Revenue comes from project-based fees and ongoing maintenance contracts.
Develop training programs and certifications around using this skill for GitLab automation. Revenue is earned from course enrollments, workshops, and certification exams targeting IT professionals.
💬 Integration Tip
Ensure the GITLAB_TOKEN is securely stored in environment variables and test commands in a sandbox environment first to avoid accidental repository changes.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...