setup-developer-skills
方便按既定流水线快速将仓库接入自动化交付/代理生态的初始化工具。
会修改仓库配置和问题追踪器、安装代理,需管理员权限并谨慎确认。
为仓库搭建 /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:https://raw.githubusercontent.com/sgomez/developer-skills/main/skills/setup-developer-skills/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/sgomez/developer-skills/main/skills/setup-developer-skills/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