Agent skill
gitlab-members
Manages GitLab members. Use for listing members in groups or projects. Triggers: user access, permissions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gitlab-members
SKILL.md
Overview
Handles membership queries.
Available Tools
get_group_members: Retrieve a list of members in a specific GitLab group, optionally filtered by query or user IDs.- Parameters:
group_id(str): Optional. - Group ID or pathquery(Optional[str]): Optional. - Filter members by search term in name or usernameuser_ids(Optional[List[int]]): Optional. - Filter members by user IDsskip_users(Optional[List[int]]): Optional. - Exclude specified user IDsshow_seat_info(Optional[bool]): Optional. - Include seat information for members
- Parameters:
get_project_members: Retrieve a list of members in a specific GitLab project, optionally filtered by query or user IDs.- Parameters:
project_id(str): Optional. - Project ID or pathquery(Optional[str]): Optional. - Filter members by search term in name or usernameuser_ids(Optional[List[int]]): Optional. - Filter members by user IDsskip_users(Optional[List[int]]): Optional. - Exclude specified user IDs
- Parameters:
Usage Instructions
- Filters: query, user_ids.
Examples
- Group members:
get_group_memberswith group_id="mygroup", query="john". - Project: Similar for projects.
Error Handling
- No members: Empty list is valid.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?