Agent Skills
› Giskard-AI/giskard-oss
› setup-env
setup-env
GitHub用于配置完整工作区开发环境,包括安装依赖、同步库文件及准备运行环境。执行安装后自动验证结果并通知用户,若出错则尝试修复并重试。
Trigger Scenarios
用户需要安装项目依赖
用户需要同步库文件
用户希望准备或重置开发环境
Install
npx skills add Giskard-AI/giskard-oss --skill setup-env -g -y
SKILL.md
Frontmatter
{
"name": "setup-env",
"description": "Set up the full workspace dev environment. Use when the user wants to install dependencies, sync libs, or prepare the environment.",
"allowed-tools": "Bash(make *) Bash(uv *)",
"disable-model-invocation": true
}
Setup dev env
!make setup 2>&1 | tail -20
Validate installation and notify user
Check the output above for errors. If any errors occurred, try to fix them and re-run the failed step. Report whether installation was successful.
Version History
- 8aafe58 Current 2026-07-25 04:51


