Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

gitlab-mcp-server

gitlab-mcp-server에는 jmrplens에서 수집한 skills 17개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
17
Stars
34
업데이트
2026-06-30
Forks
2
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

create-architectural-decision-record
소프트웨어 개발자

Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.

2026-06-30
create-mcp-tool
소프트웨어 개발자

Create a new MCP tool end-to-end: sub-package, input/output structs, handler, ActionSpec metadata, markdown formatter, tests, catalog projection, and documentation. Use when adding a new GitLab API endpoint as an MCP tool.

2026-06-30
generate-project-documentation
소프트웨어 개발자

Generate comprehensive project documentation including architecture overview, package/component docs, MCP tools/resources/prompts reference, developer onboarding guide, and configuration/deployment guide. Uses Diátaxis framework and Mermaid diagrams.

2026-06-30
increase-test-coverage
소프트웨어 품질 보증 분석가·테스터

Increase Go test coverage to 90%+ using a Research → Plan → Implement pipeline. Analyzes coverage gaps, generates table-driven tests with httptest mocks, and validates results with go test -coverprofile. Designed for Go MCP server projects using the official go-sdk and gitlab.com/gitlab-org/api/client-go/v2.

2026-06-30
modularize-go-package
소프트웨어 개발자

Modularize a monolithic Go package into domain-specific sub-packages. Extracts shared utilities, moves domain files, updates imports, renames types, creates registration functions, and validates compilation+tests at every step. Designed for large-scale refactoring of 50-100+ file packages.

2026-06-30
update-project-documentation
소프트웨어 개발자

Update existing project documentation to maintain parity with source code changes. Analyzes code diffs, identifies documentation gaps, and surgically updates affected documents while preserving structure and style.

2026-06-30
create-mcp-evaluation
기타 컴퓨터 관련 직업

Create evaluation Q&A pairs to test MCP server quality. Use when validating how well an MCP server enables LLMs to accomplish real tasks, benchmarking tool design, or measuring server effectiveness through realistic question-answer evaluations.

2026-06-28
generate-release-notes
소프트웨어 개발자

Generate comprehensive, categorized release notes between two Git refs (tags, branches, commits). Compares refs to gather commits and merged MRs, then produces polished release notes organized by category (Features, Bug Fixes, Improvements, Breaking Changes, Documentation). Works with any GitLab project accessible via the MCP server.

2026-06-24
go-safe-move-refactor
소프트웨어 개발자

Safely move Go source files between packages with zero compilation downtime. Handles package declarations, import updates, symbol exports, type renames, test migration, and forwarding stubs. Validates compilation after every atomic step.

2026-05-22
go-source-documentation
소프트웨어 개발자

Add idiomatic, godoc-compliant documentation to Go source and test files. Use when user asks to document Go files, add doc comments, improve Go documentation, or mentions /document-go. Covers file headers, package comments, types, functions, interfaces, constants, variables, tests (with detailed explanations), benchmarks, fuzz tests, and examples.

2026-05-22
golang-patterns
소프트웨어 개발자

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

2026-05-22
upstream-contribution
소프트웨어 개발자

Contribute bug fixes or features to upstream projects (gitlab.com/gitlab-org/api/client-go). Use when: API gap found, client-go bug, missing endpoint wrapper.

2026-05-22
create-implementation-plan
프로젝트 관리 전문가

Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

2026-05-14
update-starlight-docs
소프트웨어 개발자

Update Astro Starlight user documentation (site/src/content/docs/) when code changes affect user-facing features. Use when: adding new tools, changing configuration, updating deployment, modifying capabilities.

2026-05-01
golang-testing
소프트웨어 품질 보증 분석가·테스터

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

2026-04-28
git-commit
소프트웨어 개발자

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

2026-04-21
review-and-refactor
소프트웨어 개발자

Review and refactor code in your project according to defined instructions. Use when the user asks to review code quality, refactor for best practices, check for OWASP compliance, verify MCP patterns, or improve overall code health.

2026-04-21