Agent skill

fedora-linux-triage

Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill fedora-linux-triage --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/fedora-linux-triage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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**

What's inside
Steps it walks through
  1. Inputs
  2. Instructions
  3. Output Format
More from awesome-copilot
All skills →
About this skill
What does the fedora-linux-triage skill do?

Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.

How do I install it?

Run `npx skills add github/awesome-copilot --skill fedora-linux-triage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going