osprey-troubleshooting
仓库创建 2026年7月20日最近提交 6 小时前SkillHot 收录 3 小时前
这个 Skill 做什么
把常见的故障用症状-原因-修复表格整理好,覆盖本地构建、CI 报错、运行时缺包、Renovate 问题、COPR 持久化和 ujust 命令找不到等场景。遇到某个环节出问题想快速定位原因就拿它来查。特点是实用、按问题类型直接给出排查步骤和常见解决办法,能快速把故障范围缩小。
▸ 展开 SKILL.md 英文原文
Consolidated symptom-cause-fix table for osprey. Covers local build failures, CI failures, runtime issues, Renovate problems, COPR persistence, and ujust command not found. Use when something is broken and you need a quick diagnosis.
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-troubleshooting/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-troubleshooting/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# osprey Troubleshooting ## When to Use - A local build fails and you need to diagnose the cause - CI is failing on a PR and the error is unclear - A runtime issue appears after deployment (missing packages, failed services) - Renovate is not creating PRs or is failing - A COPR repo seems to persist across builds - A `ujust` command is not found or not working ## When NOT to Use - You are still setting up the fork for the first time — see `osprey-onboarding/SKILL.md` - You are deciding where to add a package — see `osprey-packages/SKILL.md` - You need to plan ongoing maintenance — see `osprey-maintain/SKILL.md` ## Core Process 1. **Identify the symptom** from the tables below 2. **Chec
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有