원클릭으로
team-repo-status
Comprehensive repository status report with git info, development activity, and project health
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Comprehensive repository status report with git info, development activity, and project health
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | team-repo-status |
| description | Comprehensive repository status report with git info, development activity, and project health |
| argument-hint | [optional: specific area like 'git', 'todos', 'health'] |
| disable-model-invocation | true |
| allowed-tools | Bash(git *), Bash(echo *), Read, Grep, Glob |
Generate a comprehensive status report for the current repository.
Focus area: $ARGUMENTS
Gather and analyze the following information:
Run these commands to gather git state:
git branch --show-current — current branchgit status --short — working tree statusgit branch -v — all branchesgit remote -v — remote infogit log --oneline -10 --graph --decorate — recent commitsAnalyze recent development patterns:
git log --since="7 days ago" --name-only --pretty=format: — files changed recentlygit log --since="30 days ago" --pretty=format:"%an" — contributorsSearch the codebase for:
Evaluate project configuration:
Provide actionable insights:
If $ARGUMENTS specifies a focus area (git, todos, health, activity), provide an in-depth analysis for that area.
Build and deploy features — branch, implement, commit, review, test, deploy, PR/merge
shadcn/ui component patterns including Radix UI primitives, CVA variants, form components with React Hook Form, and Tailwind CSS styling. Use when creating UI components, building forms, implementing design systems, or working with shadcn/ui.
Add critical test coverage — tests ONLY for functionality that could cause production disasters
List all available tools with their signatures and purposes
Analyze Claude Code audit logs — session summaries, metrics, timelines, anomaly detection, and claim verification
Technical debt and refactoring — analyze, refactor, and validate code improvements