一键导入
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 职业分类
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
| 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.