From testany-bot
Manages Testany workspaces: lists workspaces/users, adds/removes members, assigns roles/permissions. Useful for Testany team organization and access control.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testany-bot:testany-workspaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
管理 Testany 工作空间和团队成员。
管理 Testany 工作空间和团队成员。
用户输入: $ARGUMENTS
工作空间是 Testany 中的资源隔离单元,用于:
| 角色 | 权限 |
|---|---|
| Admin | 管理成员,编辑所有资源 |
| Member | 创建和编辑自己的资源 |
testany_get_my_workspaces
testany_get_my_workspaces_with_roles # 包含角色信息
testany_list_users → 查找用户
testany_assign_user_to_workspace → 添加单个用户
testany_assign_users_to_workspace → 批量添加
testany_find_workspace_users → 查找工作空间下所有用户
testany_assign_user_to_workspace → 修改单个用户
testany_find_workspace_users → 查找工作空间下现有成员
testany_remove_user_from_workspace → 从工作空间移除用户
testany_check_workspace_key → 检查 workspace key 是否可用
testany_request_workspace → 提交申请
注意:申请前需先调用 testany_check_workspace_key 检查 key 是否已被占用。
testany_get_my_workspaces_with_roles任务完成后,向用户汇报:
详细概念请参考:
npx claudepluginhub testany-io/testany-agent-skills --plugin testany-botManages UiPath Test Manager resources — projects, test cases, test sets, and executions — via the uip CLI. Generates persona-tailored test reports for go/no-go decisions.
Enforces QA test naming conventions, directory structure, status lifecycle transitions, and metadata for organized test management and traceability.
Syncs Playwright tests with TestRail: import cases to generate tests, push results to runs, create runs, check coverage, update cases.