status
星标10
分支7
更新时间2026年2月28日 07:37
Show a summary of the current project state including git, tests, and build status
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Show a summary of the current project state including git, tests, and build status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deploy to staging or production environment with pre-flight checks
Explain code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
Fix a GitHub issue by reading the issue, finding relevant code, implementing a fix, and creating a commit
Review a GitHub pull request and provide structured feedback with severity ratings
| name | status |
| description | Show a summary of the current project state including git, tests, and build status |
| context | fork |
| agent | Explore |
| allowed-tools | Bash(git *), Bash(pnpm *), Bash(npm *), Bash(cat *), Bash(wc *) |
git branch --show-currentgit status --short | head -20git log --oneline -5git status -sb | head -1Summarize: