setup-matt-pocock-skills
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
面向使用该套工程技能的仓库,一次性初始化配置必备。
▸ 风险提示
会修改仓库配置,需要仓库写/管理员权限
这个 Skill 做什么
为工程技能配置仓库的 issue、标签和域文档布局等初始设置。
为工程技能在仓库内做一次性初始化:搭好 issue tracker、定义五类 triage 标签词汇,并搭建域文档位置(比如 CONTEXT.md、ADRs)。在首次使用其他工程类技能前运行,确保它们有一致的目录与元数据约定。特点是把后续自动化依赖的 repo 结构先统一好,避免配置冲突。
▸ 展开 SKILL.md 英文原文
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/setup-matt-pocock-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/setup-matt-pocock-skills/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Setup Matt Pocock's Skills Scaffold the per-repo configuration that the engineering skills assume: - **Issue tracker** — where issues live (GitHub by default; local markdown is also supported out of the box) - **Triage labels** — the strings used for the five canonical triage roles - **Domain docs** — where `CONTEXT.md` and ADRs live, and the consumer rules for reading them This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write. ## Process ### 1. Explore Look at the current repo to understand its starting state. Read whatever exists; don't assume: - `git remote -v` and `.git/config` — is this a GitHub repo? Which
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有