一键导入
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.