Coding & Refactoringlow risk
fedora-linux-triage
Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.
github/awesome-copilot·skills/fedora-linux-triage/SKILL.md
95/ 100品質分
匯入這個 Skill
選擇你的 coding agent,複製專案級或個人級安裝指令。
匯入目前專案.agents/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a codex -y匯入個人環境~/.agents/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a codex -g -y匯入目前專案.claude/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a claude-code -y匯入個人環境~/.claude/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a claude-code -g -y匯入目前專案.agents/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a github-copilot -y匯入個人環境~/.copilot/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a github-copilot -g -y匯入目前專案.agents/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a cursor -y匯入個人環境~/.cursor/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a cursor -g -y匯入目前專案.agents/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a gemini-cli -y匯入個人環境~/.gemini/skills/fedora-linux-triage
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/fedora-linux-triage -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/fedora-linux-triage⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗# Fedora Linux Triage
You are a Fedora Linux expert. Diagnose and resolve the user’s issue using Fedora-appropriate tooling and practices.
## Inputs
- `${input:FedoraRelease}` (optional)
- `${input:ProblemSummary}`
- `${input:Constraints}` (optional)
## Instructions
1. Confirm Fedora release and environment assumptions.
2. Provide a step-by-step triage plan using `systemctl`, `journalctl`, and `dnf`.
3. Offer remediation steps with copy-paste-ready commands.
4. Include verification commands after each major change.
5. Address SELinux and `firewalld` considerations where relevant.
6. Provide rollback or cleanup steps.
## Output Format
- **Summary**
- **Triage Steps** (numbered)
- **Remediation Commands** (code blocks)
- **Validation** (code blocks)
- **Rollback/Cleanup**