Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

qa-analyst质量保证分析师

Agent Skill

qa-analyst 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,416

周安装

217

GitHub Stars

公开资料未说明

下载量

1,753
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:qa-analyst(质量保证分析师)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/qa-analyst
安装命令:
openclaw skills install qa-analyst
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install qa-analyst

简介

专业的入门级质量保证职业路线图平台,可根据经验、技能和目标生成个性化的学习路径。

SKILL.md

name
QA Analyst Roadmap
description
Professional entry-level quality assurance career roadmap platform that generates personalized learning paths based on experience, skills, and goals.

Overview

The QA Analyst Roadmap is a specialized career development platform designed for aspiring and entry-level quality assurance professionals. It provides personalized learning roadmaps tailored to individual experience levels, current skill sets, and career objectives in the QA domain.

This platform leverages assessment data to generate comprehensive, structured career pathways that guide professionals through the essential competencies required for success in quality assurance roles. It captures critical information about existing experience, technical and soft skills, and career aspirations to deliver targeted recommendations.

Ideal users include career switchers entering QA, entry-level quality assurance engineers seeking structured growth, HR professionals designing training programs, and organizations looking to establish QA career progression frameworks.

Usage

Sample Request

{
  "assessmentData": {
    "experience": {
      "years": 1,
      "background": "software development",
      "previousRoles": ["Junior Developer"]
    },
    "skills": {
      "technical": ["Python", "SQL", "Basic HTML"],
      "soft": ["Communication", "Problem Solving"],
      "testing": ["Manual Testing"]
    },
    "goals": {
      "shortTerm": "Master test automation frameworks",
      "longTerm": "Lead QA team",
      "timeline": "12 months"
    },
    "sessionId": "sess_2024_001",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_2024_001",
  "userId": 12345,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response

{
  "roadmapId": "roadmap_2024_001",
  "sessionId": "sess_2024_001",
  "userId": 12345,
  "phases": [
    {
      "phase": 1,
      "title": "QA Fundamentals",
      "duration": "2-3 months",
      "objectives": [
        "Master SDLC and testing lifecycle",
        "Learn test case design techniques",
        "Understand quality metrics"
      ],
      "resources": [
        "ISTQB Foundation certification prep",
        "Manual testing best practices course"
      ],
      "skills_to_acquire": ["Test Planning", "Test Design", "Defect Management"]
    },
    {
      "phase": 2,
      "title": "Test Automation Basics",
      "duration": "3-4 months",
      "objectives": [
        "Learn Selenium WebDriver",
        "Understand test frameworks",
        "Write maintainable automation scripts"
      ],
      "resources": [
        "Selenium WebDriver training",
        "Test automation patterns course"
      ],
      "skills_to_acquire": ["Automation Tools", "Programming in Python", "Framework Design"]
    },
    {
      "phase": 3,
      "title": "Advanced QA Practices",
      "duration": "3-4 months",
      "objectives": [
        "Implement CI/CD testing",
        "Learn API testing",
        "Explore performance testing"
      ],
      "resources": [
        "Jenkins and CI/CD integration",
        "REST API testing with Postman"
      ],
      "skills_to_acquire": ["API Testing", "CI/CD Integration", "Performance Testing"]
    }
  ],
  "recommendations": [
    "Complete ISTQB Foundation certification within 3 months",
    "Build a portfolio of 3-5 automation test projects",
    "Contribute to open-source testing projects"
  ],
  "generatedAt": "2024-01-15T10:30:15Z"
}

Endpoints

GET /

Description: Root endpoint providing service information.

Parameters: None

Response: Service metadata and welcome information.


GET /health

Description: Health check endpoint to verify service availability and status.

Parameters: None

Response: Service health status with timestamp.


POST /api/qa/roadmap

Description: Generate a personalized QA analyst career roadmap based on assessment data.

Parameters:

ParameterTypeRequiredDescription
assessmentDataobjectYesAssessment object containing experience, skills, and goals
assessmentData.experienceobjectOptionalCurrent professional experience details
assessmentData.skillsobjectOptionalCurrent technical and soft skills inventory
assessmentData.goalsobjectOptionalCareer objectives and aspirations
assessmentData.sessionIdstringYesUnique session identifier for tracking
assessmentData.timestampstringYesISO 8601 timestamp of assessment creation
sessionIdstringYesSession identifier for the request
userIdinteger or nullOptionalUser identifier for tracking and personalization
timestampstringYesISO 8601 timestamp of the request

Request Body Schema:

{
  "assessmentData": {
    "experience": {},
    "skills": {},
    "goals": {},
    "sessionId": "string",
    "timestamp": "string"
  },
  "sessionId": "string",
  "userId": "integer or null",
  "timestamp": "string"
}

Response (200 OK):

  • Personalized roadmap with structured phases
  • Learning objectives for each phase
  • Recommended resources and certifications
  • Skills to acquire
  • Timeline estimates
  • Professional recommendations

Response (422 Validation Error):

{
  "detail": [
    {
      "loc": ["body", "sessionId"],
      "msg": "field required",
      "type": "value_error.missing"
    }
  ]
}

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/career/qa-analyst
  • API Docs: https://api.mkkpro.com:8062/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.87%
按下载量换算1,663

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills