who-is-actor
This skill should be used when the user wants to analyze a Git repository and profile each developer's commit habits, work habits, development efficiency, code style, code quality, and engagement index — all without installing any extra packages or running any custom scripts. It relies purely on native git CLI commands (and standard Unix text-processing utilities already present on the host) and AI-driven interpretation. Trigger phrases include "analyze repository" "profile developers" "commit habits" "developer report card" "代码分析" "研发效率" "开发者画像" "提交习惯" "工作习惯" "参与度". --- # Who Is Actor — Git Repository Developer Profiling Skill > 🔗 **Project Repository:** [https://github.com/wscats/who-is-actor](https://github.com/wscats/who-is-actor) Zero *install* dependencies, zero scripts. Collects data purely through native `git` commands and standard Unix text utilities (`cut`, `sort`, `awk`, `grep`, etc. — already present on most systems), interpreted by AI, to generate a serious, direct, and unsparing report card for every developer. > **"Zero dependency" clarification:** This skill installs nothing — no pip packages, no npm modules, no custom scripts. However, it **does require** the following standard system binaries to be available on the host: `git`, `cut`, `sort`, `uniq`, `awk`, `grep`, `sed`, `wc`, `head`. These are pre-installed on virtually all Unix-like systems (macOS, Linux). On Windows, use Git Bash or WSL. --- ## 💬 Natural Language (Recommended) You don't need to memorize any commands or parameters — simply describe what you need in any language: ### English ``` 💬 "Analyze the repository at /path/to/my-project" 💬 "Profile all developers in this repo" 💬 "Who are the most active contributors in /path/to/my-project?" 💬 "Compare commit habits of Alice and Bob" 💬 "Show me the code quality report for this project since 2024-01-01" 💬 "What does each developer's work pattern look like on branch main?" 💬 "Give me an honest review of every contributor's strengths and weakn
更新日志: Source: GitHub https://github.com/Wscats/who-is-actor
还没有评论,快来第一个发言吧。