Complete AI TrainingYourJobSkills for your job

Skills / granular-workflow-bundle

linux-troubleshooting

Linux system troubleshooting workflow for diagnosing and resolving system issues, performance problems, and service failures.

Linux Troubleshooting Workflow

Overview

Specialized workflow for diagnosing and resolving Linux system issues including performance problems, service failures, network issues, and resource constraints.

When to Use This Workflow

Use this workflow when:

  • Diagnosing system performance issues
  • Troubleshooting service failures
  • Investigating network problems
  • Resolving disk space issues
  • Debugging application errors

Workflow Phases

Phase 1: Initial Assessment

Skills to Invoke
  • bash-linux - Linux commands
  • devops-troubleshooter - Troubleshooting
Actions
  1. Check system uptime
  2. Review recent changes
  3. Identify symptoms
  4. Gather error messages
  5. Document findings
Commands
uptime
hostnamectl
cat /etc/os-release
dmesg | tail -50
Copy-Paste Prompts
Use @bash-linux to gather system information

Phase 2: Resource Analysis

Skills to Invoke
  • bash-linux - Resource commands
  • performance-engineer - Performance analysis
Actions
  1. Check CPU usage
  2. Analyze memory
  3. Review disk space
  4. Monitor I/O
  5. Check network
Commands
top -bn1 | head -20
free -h
df -h
iostat -x 1 5
Copy-Paste Prompts
Use @performance-engineer to analyze system resources

Phase 3: Process Investigation

Skills to Invoke
  • bash-linux - Process commands
  • server-management - Proc

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcepersonal
License
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-02-27

Related skills

ai-agent-development

AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents.

api-documentation

API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.

api-security-testing

API security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best practices.

bash-scripting

Bash scripting workflow for creating production-ready shell scripts with defensive patterns, error handling, and testing.

e2e-testing

End-to-end testing workflow with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration.

kubernetes-deployment

Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations.