Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

qa-start质量保证开始

Agent Skill

qa-start 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

279

周安装

12

GitHub Stars

4

下载量

98
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/petrkindlmann/qa-skills --skill qa-start

简介

qa-start 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 它支持基于关键词或任务场景的信息匹配,适用于项目启动阶段的资料准备。
  • 通过安装命令 npx skills add https://github.com/petrkindlmann/qa-skills --skill qa-start 添加技能,具体用法可参考仓库中的 SKILL.md。
  • 安装前请确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • qa-start 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Without this launcher, engineers often jump to writing tests before defining what to test or why. This skill prevents that.

When to Use This

  • Starting QA on a brand-new project with no existing test infrastructure
  • Joining an existing codebase that has no QA setup at all
  • Onboarding a QA engineer to a project where quality work has never been formalized
  • Rebooting QA after a period of neglect (tests deleted, coverage collapsed, no strategy)
  • Any situation where the answer to "where do we start?" is unclear

Step 1: Capture Project Context

Skill: qa-project-context

This step creates .agents/qa-project-context.md in your project root. That file records your tech stack, test frameworks, CI/CD pipeline, environments, coverage goals, risk areas, and team structure. Every subsequent skill reads it to avoid asking you the same questions repeatedly.

What to do: Invoke qa-project-context and work through the discovery questions. The skill will walk you through each section interactively and write the file.

Done when: .agents/qa-project-context.md exists in your project root and all sections are filled in. The file is the source of truth for everything that follows.

Step 2: Create the Test Strategy

Skill: test-strategy

This step produces a strategy document that defines how your project approaches quality. It covers the test pyramid (what proportion of unit, integration, and E2E tests makes sense for your product), entry and exit criteria, tool selection, environment coverage, and quality gates for CI and release.

What to do: Invoke test-strategy once Step 1 is complete. The skill reads your context file automatically — it will not ask questions already answered there.

Done when: You have a strategy document covering: test pyramid rationale, tool choices with justification, quality gates for CI and release, entry/exit criteria per test type. This does not have to be a long document. A single page of clear decisions is better than a sprawling template.

Step 3: Build the First Test Plan

Skill: test-planning

This step translates the strategy into an actionable plan for the first sprint or release. It maps features to test cases, assigns effort, and identifies what gets covered first versus deferred.

What to do: Invoke test-planning after Step 2. It consumes the strategy from Step 2 and your project context from Step 1. Provide the feature list or sprint scope when prompted.

Done when: You have a test plan with features mapped to test cases, coverage priorities set, effort estimated, and scope boundaries clear. This is the artifact your team executes against.

After Step 3

You now have the foundation: context, strategy, and a first plan. The next actions depend on your stack:

  • First automated tests: Use playwright-automation or cypress-automation to write the first E2E tests against your highest-risk flows.
  • CI integration: Use ci-cd-integration to get tests running on every pull request.
  • Tracking quality: Use qa-metrics once the suite is running to define what health looks like and how to measure it over time.

Quick Start (Skip Ahead)

If you already have a populated .agents/qa-project-context.md, skip Step 1 and go directly to Step 2.

If you already have a test strategy document, skip Steps 1 and 2 and go directly to Step 3. Tell test-planning where your strategy lives so it can reference the tool choices and quality gates you have already decided.

If all three are complete and you are looking for a deeper onboarding plan — team processes, ramp-up timeline, audit of existing tests — see qa-project-bootstrap instead.

Related Skills

  • qa-project-context — Step 1: capture project setup, tech stack, and quality goals
  • test-strategy — Step 2: define the testing approach, pyramid, tools, and quality gates
  • test-planning — Step 3: build the first test plan with features mapped to test cases
  • qa-project-bootstrap — deeper 30-day onboarding plan for QA engineers joining an existing team
  • playwright-automation — next step after the strategy: write the first E2E tests

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.9%
按下载量换算35

Claude

26.99%
按下载量换算26

Cursor

18.79%
按下载量换算18

Gemini CLI

9.48%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills