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: