osprey-pr-checklist

仓库创建 2026年7月20日最近提交 16 小时前SkillHot 收录 14 小时前
这个 Skill 做什么

把不同类型变更要跑的校验命令和 PR 门禁整理成清单,按 Containerfile、build 脚本、Brewfile、Flatpak、ujust、workflow、README 等类型区分。每次提交或审查 PR 前拿它来确认有没有跑对验证步骤。优点是把零散的验证命令体系化,减少因漏跑检查导致的回滚或 CI 失败。

▸ 展开 SKILL.md 英文原文

PR gates and pre-commit checklist by change type. Covers validation commands for Containerfile, build scripts, Brewfiles, Flatpaks, ujust, workflows, and README changes. Use before opening or reviewing a PR.

0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-pr-checklist/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-pr-checklist/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# osprey PR Checklist

## When to Use

- Before opening a new pull request
- Before pushing changes that modify build scripts, CI workflows, or runtime files
- When reviewing a PR and verifying the author ran the correct validation steps
- When setting up pre-commit hooks or CI validation rules

## When NOT to Use

- The PR only contains documentation changes without affecting build/CI — still run markdown lint, but full checklist is overkill
- You are troubleshooting an already-open PR — see `osprey-troubleshooting/SKILL.md`

## Core Process

1. **Identify which files changed**
2. **Run the relevant validation commands** from the tables below
3. **Fix any errors** before opening the PR
4. *
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有