senior_analyst

Installation
SKILL.md

Senior Analyst · 商业分析 Skill

版本检测(自动触发)

每次加载本 skill 时,执行以下命令自动检测版本:

_UC=""
# 优先从 ~/.local/bin 查找(install.sh / upgrade.sh 部署位置)
if [ -x "$HOME/.local/bin/senior_analyst-update-check" ]; then
    _UC=$("$HOME/.local/bin/senior_analyst-update-check" 2>/dev/null || true)
# 回退:从常见 repo clone 位置查找
elif [ -x "$HOME/ai-project/senior-analyst/bin/senior_analyst-update-check" ]; then
    _UC=$("$HOME/ai-project/senior-analyst/bin/senior_analyst-update-check" 2>/dev/null || true)
# 最终回退:跳过检测(未安装 update-check 脚本)
fi
[ -n "$_UC" ] && echo "$_UC" || true
Installs
27
GitHub Stars
33
First Seen
May 5, 2026
senior_analyst — rrred0324/senior-analyst