Provides production-ready Bash scripting best practices and patterns: defensive error handling, safe argument parsing, portability guidance, testing with Bats, and CI/CD integration. Practical for hardening and authoring robust shell utilities and automation.
Use this skill when writing or reviewing Bash scripts for automation, CI/CD pipelines, system utilities, or ops tasks that must be safe and portable. Avoid when you need strict POSIX sh-only scripts or Windows PowerShell.
Likely compatible with Claude-style and Copilot/Code agents that run text-based skills and can follow procedural guidance for scripting.
Bash Pro is a comprehensive reference skill for defensive Bash scripting patterns. It has no executable scripts — purely instructional content covering strict mode, safe argument parsing, testing with Bats/ShellCheck, CI/CD integration, and security hardening. The SKILL.md is well-organized with clear use/do-not-use triggers, detailed approach sections, and extensive tool references. Lacks a structured workflow (steps 1-4 pattern) since it's a reference-style skill rather than a task-oriented one.
Clean skill — promotes security best practices actively. The 'risk: critical' frontmatter tag is misleading since the skill itself teaches defensive patterns. Architecture is mid-range because it's a monolithic reference dump without scripts/ or references/ separation. Code quality is good but would score higher if it had a clearer workflow structure. Very useful skill for the target audience.