Agent Skillssupercheck-io/supercheck › supercheck-testing-qa

supercheck-testing-qa

GitHub

用于验证Supercheck变更质量,涵盖类型检查、单元测试、E2E及合同测试。提供AI SRE验收标准与发布就绪门禁,确保代码在提交和部署前符合安全、功能及可观测性要求。

.agents/skills/testing-qa/SKILL.md supercheck-io/supercheck

Trigger Scenarios

需要执行代码变更的测试验证 检查提交或合并前的就绪状态 进行AI SRE验收测试

Install

npx skills add supercheck-io/supercheck --skill supercheck-testing-qa -g -y
More Options

Non-standard path

npx skills add https://github.com/supercheck-io/supercheck/tree/main/.agents/skills/testing-qa -g -y

Use without installing

npx skills use supercheck-io/supercheck@supercheck-testing-qa

指定 Agent (Claude Code)

npx skills add supercheck-io/supercheck --skill supercheck-testing-qa -a claude-code -g -y

安装 repo 全部 skill

npx skills add supercheck-io/supercheck --all -g -y

预览 repo 内 skill

npx skills add supercheck-io/supercheck --list

SKILL.md

Frontmatter
{
    "name": "supercheck-testing-qa",
    "description": "Test or validate Supercheck changes using package checks, Jest, Playwright UI\/API E2E, recorder browser tests, contract tests, AI SRE acceptance, release evidence, and commit\/merge readiness gates."
}

Supercheck testing and quality assurance

flowchart LR
  STATIC[Typecheck and lint] --> UNIT[Unit tests]
  UNIT --> CONTRACT[Integration and contract tests]
  CONTRACT --> E2E[Browser E2E]
  E2E --> DEPLOY[Exact-SHA deployment]
  DEPLOY --> ACCEPT[Provider/manual acceptance]

Package boundaries

  • Run app commands from app, worker commands from worker, CLI commands from cli, recorder commands from recorder, and docs commands from docs.
  • Inspect each package’s current scripts instead of assuming command names.
  • Start with the narrowest test proving the changed behavior, then broaden based on blast radius.
  • App/worker shared contracts require producer and consumer coverage. Schema changes require generated migration and schema-contract verification.
  • CLI changes require typecheck, lint, Jest, build, and package-content validation.
  • Recorder changes require unit/security tests, lint, vendored Playwright/CRX/example/test-extension builds, and browser suite acceptance.

Test design

  • Test observable behavior and invariants, not implementation wording.
  • Include happy path, validation failure, authorization denial, tenant isolation, dependency failure, timeout/cancellation, retries/idempotency, and cleanup where applicable.
  • Use deterministic clocks/IDs/providers where useful without bypassing production logic.
  • Do not weaken assertions, add unconditional retries, inflate timeouts, or disable security controls merely to obtain green output.
  • Browser tests cover routing, auth, focus/accessibility, streaming, extension messaging, and integrated user flows that lower-level tests cannot prove.

Evidence

  • Record exact command, revision/worktree state, pass/fail/skip counts, relevant environment, and artifacts.
  • A test that did not execute is not a pass. Classify application regression, fixture defect, sandbox/network limitation, browser/platform incompatibility, or external-account gate.
  • Screenshots, traces, reports, and logs are evidence only when tied to the tested revision and scenario.
  • Confirm generated outputs, reports, coverage, auth state, and temporary fixtures are ignored/removed before commit.

AI SRE acceptance

  • Use disposable non-production incidents, services, connectors, provider accounts, and scoped users.
  • Prove RBAC and tenant denial before provider/tool execution.
  • Cover streaming/persisted message identity, connector and private-agent behavior, cancellation, provider/tool failure, rate limits, durable usage, billing exactly-once behavior, and cleanup.
  • Never use customer data/credentials, grant cluster-admin, disrupt production, exhaust quotas, or repeat a paid scenario with no new decision value.

Readiness gates

flowchart TD
  REVIEW[Source and diff reviewed] --> TEST{Relevant local checks pass?}
  TEST -->|no| BLOCK[Not commit-ready]
  TEST -->|yes| STATE{No accidental or hidden files?}
  STATE -->|no| BLOCK
  STATE -->|yes| COMMIT[Commit-ready]
  COMMIT --> CI[Required CI]
  CI --> DEPLOY[Exact-SHA acceptance]
  DEPLOY --> GA[Merge/release-ready]
  • Commit readiness requires reviewed changes, relevant local checks, docs/skill parity, clean diff checks, and disclosed test boundaries.
  • Merge requires required CI and review policy.
  • Release/GA additionally requires exact deployed SHA, migration health, zero unexpected acceptance failures, browser evidence, RBAC/flags, worker/control-plane observation, provider/billing acceptance where relevant, and fixture cleanup.

Version History

  • 974a753 Current 2026-09-22 16:22

Same Skill Collection

.agents/skills/architecture/SKILL.md
.agents/skills/code-review/SKILL.md
.agents/skills/data-storage/SKILL.md
.agents/skills/execution-engine/SKILL.md
.agents/skills/feature-implementation/SKILL.md
.agents/skills/infrastructure-deployment/SKILL.md
.agents/skills/integrations-extensions/SKILL.md
.agents/skills/monitoring-alerts/SKILL.md
.agents/skills/platform-features/SKILL.md
.agents/skills/security-auth/SKILL.md
.agents/skills/sre-operations/SKILL.md
.github/skills/code-review/SKILL.md
.github/skills/docker-compose-deployment/SKILL.md
.github/skills/feature-implementation/SKILL.md

Metadata

Files
0
Version
974a753
Hash
3b9d6b47
Indexed
2026-09-22 16:22

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-23 14:08
浙ICP备14020137号-1