setup-developer-skills

仓库创建 2026年7月4日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

方便按既定流水线快速将仓库接入自动化交付/代理生态的初始化工具。

▸ 风险提示

会修改仓库配置和问题追踪器、安装代理,需管理员权限并谨慎确认。

这个 Skill 做什么

为仓库搭建 /developer 管线所需的配置、标签与代理组件装配流程。

为仓库搭建 /developer 无人值守的 PRD-delivery 管线配置:按需运行 setup-matt-pocock-skills,修补 issue-tracker 文档以创建原生子 issue,安装 dispatcher、code-author、diff-reviewer 等代理并保证 triage label 存在。这个过程是交互式的,会探查仓库、和你确认发现并把默认运行方式(并行/串行、自动/手动合并)写入 docs/agents/developer-defaults.md。第一次使用 /developer 之前运行一次,搭好落地配置后才开始流水线。

▸ 展开 SKILL.md 英文原文

Configure this repo for the /developer unattended PRD-delivery pipeline — runs setup-matt-pocock-skills if needed, patches the issue tracker doc so child issues are created as native GitHub sub-issues, installs the dispatcher/code-author/diff-reviewer agents, ensures the triage labels exist, and asks for the run defaults (parallel/sequential execution, auto/manual merge) written to docs/agents/developer-defaults.md. Run once before first use of /developer.

Skill 开发管理仓库配置agent 管线初始化通用
2
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sgomez/developer-skills/main/skills/setup-developer-skills/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sgomez/developer-skills/main/skills/setup-developer-skills/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Setup Developer Skills

Scaffold the per-repo configuration that the `/developer` pipeline assumes.
This builds **on top of** Matt Pocock's engineering skills setup — it does not
replace it.

This is a prompt-driven skill, not a deterministic script. Explore, present
what you found, confirm with the user, then write.

## Process

### 1. Preconditions

- **GitHub repo**: `git remote -v` must point at GitHub, and `gh auth status`
  must succeed. The `/developer` pipeline works exclusively through the `gh`
  CLI and GitHub native sub-issues — if this repo uses GitLab or a local
  tracker, stop and tell the user `/developer` does not support it.
- **Matt Pocock's setup**: check whether `docs/a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有