techaiscriptbash
Create or modify Bash scripts with purpose header, emoji logs, and readable guard-clause flow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create or modify Bash scripts with purpose header, emoji logs, and readable guard-clause flow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Produce concise, complete pull request descriptions aligned with the repository PR template.
Repository-specific topology, naming patterns, and validation guidance for working in the oneidentity repository.
Create or modify secure GitHub Actions workflows for CI/CD pipelines.
Create or modify governance policies for AWS SCP, Azure Policy, and GCP Org Policy.
Create or modify reusable GitHub composite actions with secure Bash and deterministic behavior.
Safely update structured JSON/YAML registry files (users, groups, teams, repositories, or policy maps).
| name | TechAIScriptBash |
| description | Create or modify Bash scripts with purpose header, emoji logs, and readable guard-clause flow. |
#!/usr/bin/env bash), never POSIX sh.#!/usr/bin/env bash
#
# Purpose: {description}
# Usage examples:
# ./{script_name}.sh --help
set -euo pipefail
log_info() { echo "ℹ️ $*"; }
log_warn() { echo "⚠️ $*"; }
log_success() { echo "✅ $*"; }
log_error() { echo "❌ $*" >&2; }
bash -nshellcheck -s bash (if available)