بنقرة واحدة
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.