بنقرة واحدة
git-workflow
Git branching, commit, and PR conventions. Use when creating branches, making commits, or opening PRs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Git branching, commit, and PR conventions. Use when creating branches, making commits, or opening PRs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Reference for 100+ installed CLI tools. Use when working with any CLI tool, searching files, processing data, managing containers, infrastructure, security scanning, or system monitoring.
Security scanning and vulnerability assessment workflows. Use when performing security audits, scanning for vulnerabilities, checking dependencies, or hardening systems.
Add a new CLI tool to the titan setup and make it usable immediately. Use when installing a new CLI tool, registering a tool in the setup script, updating the tool inventory, or when the user says "add tool", "new CLI tool", "register tool", "install X to titan". Also triggers on "I installed X", "add X to the setup", or any request to add a CLI tool to the workstation.
Container hardening, image security, and Docker best practices. Use when building, scanning, or securing containers and images.
Infrastructure as Code workflows with Terraform, Ansible, Docker, and Kubernetes. Use when provisioning, configuring, deploying, or managing infrastructure.
Transform files and folders into learning materials using NotebookLM. Actions: transform, convert, generate, create from files. Outputs: audio podcast, video explainer, slide deck, study guide, quiz, flashcards, infographic, mind map, briefing doc, report. Sources: PDF, text files, URLs, folders, subfolders. Features: batch processing, watermark removal, progress tracking, configurable granularity.
| name | git-workflow |
| description | Git branching, commit, and PR conventions. Use when creating branches, making commits, or opening PRs. |
| paths | **/*.py,**/*.js,**/*.ts,**/*.go,**/*.sh,**/*.rs,**/*.md,**/*.tf,**/Dockerfile* |
Branches: feat/<desc>, fix/<desc>, chore/<desc>, docs/<desc>
Commits: <type>(<scope>): <description> — types: feat, fix, docs, style, refactor, perf, test, chore, ci
git diff --stat → revert unrelated → shellcheck/ruff check → gitleaks detect
git push -u origin HEAD → gh pr create --fillRules: never force push main, never commit to main, one change per commit, PRs under 400 lines.