os-scripting

Featured

Operating system and shell scripting troubleshooting workflow for Linux, macOS, and Windows. Covers bash scripting, system administration, debugging, and automation.

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# OS/Shell Scripting Troubleshooting Workflow Bundle ## Overview Comprehensive workflow for operating system troubleshooting, shell scripting, and system administration across Linux, macOS, and Windows. This bundle orchestrates skills for debugging system issues, creating robust scripts, and automating administrative tasks. ## When to Use This Workflow Use this workflow when: - Debugging shell script errors - Creating production-ready bash scripts - Troubleshooting system issues - Automating system administration tasks - Managing processes and services - Configuring system resources ## Workflow Phases ### Phase 1: Environment Assessment #### Skills to Invoke - `bash-linux` - Linux bash patterns - `bash-pro` - Professional bash scripting - `bash-defensive-patterns` - Defensive scripting #### Actions 1. Identify operating system and version 2. Check available tools and commands 3. Verify permissions and access 4. Assess system resources 5. Review logs and error messages #### Diagnostic Commands ```bash # System information uname -a cat /etc/os-release hostnamectl # Resource usage top htop df -h free -m # Process information ps aux pgrep -f pattern lsof -i :port # Network status netstat -tulpn ss -tulpn ip addr show ``` #### Copy-Paste Prompts ``` Use @bash-linux to diagnose system performance issues ``` ### Phase 2: Script Analysis #### Skills to Invoke - `bash-defensive-patterns` - Defensive scripting - `shellcheck-configuration` - ShellCheck linting - `bats-tes...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category