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: