
Testany Workspace
- 13 installs
- 79 repo stars
- Updated May 6, 2026
- testany-io/testany-agent-skills
Helps with testing & qa tasks.
About
testany-workspace is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.
- testany-workspace
- Testing & QA
- AI-coding skill
Testany Workspace by the numbers
- 13 all-time installs (skills.sh)
- Ranked #1,508 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/testany-io/testany-agent-skills --skill testany-workspaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 13 |
|---|---|
| repo stars | ★ 79 |
| Last updated | May 6, 2026 |
| Repository | testany-io/testany-agent-skills ↗ |
What it does
Helps with testing & qa tasks.
Files
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 是否已被占用。
工作流程
1. 确认目标:操作哪个工作空间? 2. 获取当前状态:testany_get_my_workspaces_with_roles 3. 执行操作:添加成员、修改角色等 4. 确认结果:返回操作状态
返回格式
任务完成后,向用户汇报:
- 操作结果
- 受影响的成员/工作空间
- 当前权限状态
参考文档
详细概念请参考:
- 核心概念
interface:
display_name: "Testany Workspace"
short_description: "Manage workspaces, members, and roles"
icon_small: "./assets/testany-logo-small.png"
icon_large: "./assets/testany-logo.svg"
default_prompt: "Use $testany-workspace to manage this Testany workspace, its members, and permissions."
Related skills
Testing & QAtesting