osprey-ci
仓库创建 2026年7月20日最近提交 16 小时前SkillHot 收录 14 小时前
这个 Skill 做什么
把仓库的 CI/CD 流程、GitHub Actions 工作流、projectbluefin/actions 的 composite actions、Renovate 配置和 PR 校验流程集中说明,便于你理解自动化的全貌。需要修改 .github/workflows、renovate.json 或 .hadolint.yaml,或者调试 CI 失败和决定哪些 PR 能自动合并时就参考这篇。它的特色是把策略、权限和自动化规则讲清楚,帮助快速定位失败点并判断变更影响。
▸ 展开 SKILL.md 英文原文
GitHub Actions workflows, projectbluefin/actions composite actions, Renovate configuration, and PR validation for osprey. Use when changing .github/workflows/, renovate.json, or .hadolint.yaml.
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-ci/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-ci/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# osprey CI ## When to Use - Editing any `.github/workflows/*.yml` - Editing `renovate.json` - Adding new tooling to `build-image.yml` - Debugging CI failures - Deciding what to automerge vs require review ## When NOT to Use - Containerfile / Justfile / build script changes — see `osprey-build/SKILL.md` - Runtime customisations — use README.md guides ## Core Process 1. **Identify the workflow responsible** for your change (see table below) 2. **Check `projectbluefin/actions`** to confirm the composite action exists and what inputs it takes 3. **Pin any new tool** with a specific version + Renovate tracking comment 4. **Validate** locally: `actionlint .github/workflows/*.yml` 5. **Do no
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有