用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fworks-tech/agenthood --skill gitlab命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audits Agenthood member files for internal consistency, cross-member contradictions, lane overlap, and structural drift against The Oracle's template. The Society cannot enforce standards it no longer understands. The Sentinel makes sure it always does.
Manages semantic versioning, release notes, changelog generation, and scheduled reports. Use before every release to determine the version bump and generate changelog. Use for daily standups and end-of-day summaries.
Creates and maintains documentation, READMEs, ADRs, and API references. Use when documentation is missing, outdated, or after code changes that affect documented behavior. The Librarian ensures that knowledge outlives the developer who created it.
基于 SOC 职业分类
正在显示 SKILL.md
| name | gitlab |
| description | Manage GitLab repositories via the glab CLI. Use when working with merge requests, issues, or CI/CD pipelines. |
| metadata | {"category":"project-management","dependencies":{"cli":"glab","checkCommand":"glab --version","install":{"darwin":{"brew":"glab"},"linux":{"apt":"glab"},"windows":{"scoop":"glab"}}},"auth":{"type":"oauth","setupCommand":"glab auth login"}} |
Use glab to interact with GitLab.
glab mr listglab mr view <id>glab mr create --title "Title" --description "Description"glab mr merge <id>glab mr approve <id>glab issue listglab issue create --title "Title" --description "Description"glab ci listglab ci view <id>glab ci runglab ci statusglab repo clone <owner>/<repo>glab auth login for authentication~/.config/glab-cli/