# Tool: Best Prompt for Bash Shell Scripting Automation

> Automate Linux systems administration with the BOPINK Shell Scripting Prompt Suite. Created for Systems Administrators, DevOps Engineers, and SREs, this tool generates prompt instructions for writing fail-safe Bash and Zsh scripts with strict error handling flags (set -euo pipefail), lockfile concurrency protection, log rotation, and cloud CLI integrations.

**Category**: prompts-code-design | **Target AI Models**: Gemini 3.6 Flash, GPT-4o

## Domain Parameters:
- `shellType` (select): Shell Environment (Default: "Bash")
- `strictMode` (toggle): Strict Error Flags (set -euo pipefail) (Default: "true")
- `concurrencyLock` (toggle): Flock Double-Run Prevention (Default: "true")
- `logFormatting` (select): Output Logging Format (Default: "Color ISO")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "best-prompt-for-bash-shell-scripting-automation",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
