基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mhenke/claude-code-unplugged --skill github-management命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for coding assistant plugins.
Automated PR and code reviewer guidelines
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for coding assistant.
| name | github-management |
| description | Issue and pull request lifecycle automation scripts |
This skill contains scripts for automating GitHub issue lifecycles, comments, labels, duplicate detection, and general repository sweep tasks.
The following scripts are located in the scripts/ directory:
auto-close-duplicates.ts: Copied from repository scripts.backfill-duplicate-comments.ts: Copied from repository scripts.comment-on-duplicates.sh: Copied from repository scripts.edit-issue-labels.sh: Copied from repository scripts.gh.sh: Copied from repository scripts.issue-lifecycle.ts: Copied from repository scripts.lifecycle-comment.ts: Copied from repository scripts.sweep.ts: Copied from repository scripts.To run these scripts, use your bash command tool from the workspace root:
npx tsx scripts/<script-name>.tsbash scripts/<script-name>.sh