一键导入
git-workflow-trigger
Natural language wrapper for git commands - automatically triggers /git:commit, /git:status, /git:push when users express git workflow intent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Natural language wrapper for git commands - automatically triggers /git:commit, /git:status, /git:push when users express git workflow intent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute comprehensive framework health checks to validate core cc-sessions functionality including write-gating, state persistence, skill precedence, LCMP freshness, and handoff log structure
Specialized guidance for developing cc-sessions API commands and subsystems for state management, task operations, configuration, and protocol execution
Provide comprehensive guidance for developing and maintaining the cc-sessions framework core functionality - primary skill for hooks, sessions, tasks, middleware, route handlers, and API endpoints
Specialized guidance for creating, modifying, and debugging cc-sessions hooks that enforce DAIC discipline, write-gating, and framework integrity
Natural language wrapper for checkpoint commands - automatically triggers /checkpoint:create, /checkpoint:restore, /checkpoint:list when users request checkpoint operations
Natural language wrapper for code review - automatically triggers /code-review when users express intent to review code, check for bugs, or validate code quality
| name | git-workflow-trigger |
| description | Natural language wrapper for git commands - automatically triggers /git:commit, /git:status, /git:push when users express git workflow intent |
| schema_version | 1 |
Type: WRITE-CAPABLE DAIC Modes: IMPLEMENT only Priority: Medium
This skill activates on:
(commit|save).*?(changes|work), create.*?commit, (show|display|check).*(changes|status), push.*?(changes|to remote|work)From: skill-rules.json - git-workflow-trigger configuration
Automatically trigger git commands (/git:commit, /git:status, /git:push) when users express git workflow intent using natural language.
Important: This skill is classified as WRITE-CAPABLE and only triggers in IMPLEMENT mode, even for read-only operations like git status. This is intentional to keep git operations grouped together. If you need git status outside IMPLEMENT mode, use the /git:status command directly.
Git Workflow Detection
Command Routing
/git:commit/git:status/git:pushMode Restriction
/git:status directlyTriggers this skill:
WRITE-CAPABLE RULES: