一键导入
syn-shell-gitstatus
Reports the current git working-tree status. Use when the user asks for a summary of uncommitted changes in the repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reports the current git working-tree status. Use when the user asks for a summary of uncommitted changes in the repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when starting VAT work or deciding which VAT sub-skill applies. Router that points at sub-skills for adoption, skill/agent authoring, audit, distribution, RAG, knowledge resources, skill review, and enterprise org admin.
Announce a tagged release to the team channel. Use when a release tag is pushed and a summary of the changelog highlights needs to be posted to chat.
Parse a workers'-comp loss run into normalized rows. Use when a user has a carrier loss-run PDF or spreadsheet and needs claims, paid, reserves, and incurred extracted per claim.
Categorize expense-report line items into GL accounts. Use when a user has an expense export and needs each line mapped to a general-ledger code, with low-confidence matches flagged for review.
A tool that uses a bundled CLI
Lists Azure subscriptions for the signed-in account. Use when the user asks which Azure subscriptions they can access.
| name | syn-shell-gitstatus |
| description | Reports the current git working-tree status. Use when the user asks for a summary of uncommitted changes in the repo. |
| allowed-tools | ["Bash"] |
When invoked, run the commands below and summarize the working tree.
git status --short
git rev-parse --abbrev-ref HEAD
Report the branch name and the count of modified/untracked files, and end with the word "git-status" so invocation is detectable.