Agent Skills
› warpdotdev/oz-for-oss
› review-spec-local
review-spec-local
GitHub针对oz-for-oss仓库的规格说明书审查指南,补充核心review-spec技能的重写类别。明确product.md和tech.md的内容要求、GitHub Issue引用规范及仓库内相对链接约定,确保PR规格文档质量。
触发场景
提交包含specs/GH<issue-number>/目录的Pull Request
审查product.md或tech.md文件
安装
npx skills add warpdotdev/oz-for-oss --skill review-spec-local -g -y
SKILL.md
Frontmatter
{
"name": "review-spec-local",
"description": "Repo-specific spec-review guidance for oz-for-oss. Only the categories declared overridable by the core review-spec skill may be specialized here.",
"specializes": "review-spec"
}
Repo-specific spec-review guidance for oz-for-oss
This file is a companion to the core review-spec skill. It does not
redefine the review output schema, severity labels, safety rules, or
evidence rules. It only specializes the override categories the core
skill marks as overridable.
Required spec sections in this repository
Spec pull requests in this repo land under specs/GH<issue-number>/ and
typically include both a product.md and a tech.md. When reviewing, check that:
product.mdclearly states the problem, goals, non-goals, user experience, and validation plantech.mdclearly states the problem, relevant code, current state, proposed changes, risks, and follow-ups- both files reference the originating GitHub issue by number in the top-level heading
- internal links reference files and line ranges using the repo-root-relative convention (for example
path/file:lineorpath/file (start-end))
Linking conventions
- Prefer repo-root-relative links over absolute filesystem paths in spec prose.
- When a spec references another spec in the same repository, link to it via its relative path under
specs/.
版本历史
- 345a0f5 当前 2026-07-24 17:40


