From testany-bot
Manages Testany workspaces: lists workspaces/users, adds/removes members, assigns roles/permissions. Useful for Testany team organization and access control.
npx claudepluginhub testany-io/testany-agent-skills --plugin testany-botThis skill uses the workspace's default tool permissions.
管理 Testany 工作空间和团队成员。
Manages UiPath Test Manager projects, test cases, sets, executions; analyzes results and generates tailored reports for QA, devs, managers. For test automation and coverage analysis.
Manages TrueFoundry roles, teams, and collaborators via Bash API scripts. Lists, creates, deletes custom roles and teams; grants/revokes access to workspaces, apps, and resources. Use for permission and team management.
Provides guidelines and templates for clear test case titles, preconditions, and expected results to standardize structure in BrowserStack and Airtable.
Share bugs, ideas, or general feedback.
管理 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任务完成后,向用户汇报:
详细概念请参考: