osprey-maintain
仓库创建 2026年7月20日最近提交 16 小时前SkillHot 收录 14 小时前
这个 Skill 做什么
把维护一个已启动 osprey fork 的常规工作列成清单,包含如何处理 Renovate 的 OCI digest 升级 PR、何时更新 README 的 Raptor 描述、是否启用镜像签名、以及本地测试循环和定期维护计划。日常合并依赖、做小改动前的本地回归测试或规划维护窗口时会用到。重点是把零散操作变成可复现的流程,方便长期维护并减少意外中断。
▸ 展开 SKILL.md 英文原文
Ongoing maintenance skill for osprey forks. Covers Renovate digest PRs, README raptor section updates, signing enablement, local test loops, and maintenance schedules. Use when maintaining an active fork after the initial onboarding.
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-maintain/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-maintain/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# osprey Maintenance ## When to Use - Reviewing and merging Renovate PRs for OCI digest bumps - Updating the README "What Makes this Raptor Different" section after changes - Deciding whether to enable image signing for production - Running local test builds before pushing changes - Planning a maintenance schedule for your fork ## When NOT to Use - First-time fork setup — see `osprey-onboarding/SKILL.md` - Adding new packages for the first time — see `osprey-packages/SKILL.md` - Debugging a specific build failure — see `osprey-troubleshooting/SKILL.md` ## Core Process 1. **Review incoming Renovate PRs** — merge if CI passes 2. **Update README raptor section** whenever packages or confi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有