Agent Skillsmohitagw15856/pm-claude-skills › factory-acceptance-test

factory-acceptance-test

GitHub

用于编写工厂验收测试(FAT)计划或报告。涵盖测试覆盖率矩阵、基于ANSI/ASQ Z1.4的AQL抽样方案、缺陷分类、金样管理及签署流程,确保出厂质量检验标准化与责任明确。

exports/openclaw/factory-acceptance-test/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

编写工厂验收测试计划 定义出货质量检验标准 设定AQL水平 准备工厂验收或装运前检验 记录FAT结果

Install

npx skills add mohitagw15856/pm-claude-skills --skill factory-acceptance-test -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/factory-acceptance-test -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@factory-acceptance-test

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill factory-acceptance-test -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "factory-acceptance-test",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/factory-acceptance-test.html",
    "metadata": {
        "openclaw": {
            "emoji": "🔧"
        }
    },
    "description": "Write a factory acceptance test (FAT) plan or report — test coverage matrix against spec, AQL sampling plan, pass\/fail criteria, golden-sample handling, deviation log, and sign-off structure. Use when asked to write a FAT plan, define outgoing quality inspection, set AQL levels, prepare for a factory acceptance or pre-shipment inspection, or document FAT results. Produces a complete FAT plan or report with sampling tables, defect classification, and a sign-off block."
}

Factory Acceptance Test Skill

A FAT is the last moment a defect is the factory's problem instead of yours. This skill writes the plan (or the report) with the parts that actually get argued over at the line: which spec clause each test covers, how many units get pulled and at what AQL, what exactly fails a lot, and who signs — so acceptance is a decision with a name on it, not a vibe at the end of a factory visit.

What This Skill Produces

  • A test coverage matrix mapping every test to the spec requirement it verifies
  • A sampling plan (ANSI/ASQ Z1.4) with lot size, inspection level, and AQL per defect class
  • Unambiguous pass/fail criteria and lot accept/reject rules
  • Golden-sample handling procedure
  • A deviation log format and a sign-off block with authority levels

Required Inputs

Ask for these if not provided; if the spec is thin, draft the matrix from the product description and mark rows [spec clause to confirm]:

  • Product and spec — the requirements document or at minimum a feature/claims list
  • Lot size — units in the lot(s) under acceptance
  • Product risk profile — safety-relevant? battery? affects AQL choice
  • Prior quality history — first article vs mature product (allows tightened/reduced inspection)
  • Who signs — customer QE, factory QA, third-party inspector?

Sampling & Classification Framework

Defect classes and default AQLs (ANSI/ASQ Z1.4, General Inspection Level II, normal inspection — the consumer-electronics defaults; adjust with reason):

Class Definition Default AQL
Critical Safety hazard, regulatory violation, data loss 0 — any occurrence rejects the lot
Major Product fails to function, or defect the user will certainly notice and return 1.0 (tighten to 0.65 for premium/first lots)
Minor Cosmetic or workmanship issue within limit samples' tolerance but noted 2.5 (relax to 4.0 for bulk/industrial)

From lot size + Level II, derive the sample-size code letter and accept/reject numbers from the Z1.4 tables; state them explicitly in the plan (e.g. "Lot 3,000 → code K → n=125; Major Ac=3/Re=4"). Switch to tightened inspection after 2 of 5 consecutive lots rejected; reduced only with sustained history.

Golden samples. Two signed, serialised golden samples minimum — one held at the factory line, one at the buyer. Sealed, dated, with an expiry/refresh rule (refresh on any ECO that changes fit/finish/function). Cosmetic judgement is against the limit-sample boundary set, never against memory.

Deviations. Any test performed differently than planned, any borderline judgement, and any use-as-is decision goes in the deviation log — numbered, with disposition and approver.

Output Format

FAT [plan | report]: [product] — lot [ID]

  1. Scope & lot definition — product rev, lot size, factory, date
  2. Test coverage matrix — table: test #, spec clause covered, method/equipment, sample basis (100% / AQL sample), pass criterion
  3. Sampling plan — lot size, code letter, n, and Ac/Re per defect class
  4. Pass/fail & lot disposition rules — accept / reject / rework-and-rescreen conditions
  5. Golden & limit sample register — serials, locations, seal dates, refresh trigger
  6. Deviation log — #, description, class, disposition, approver
  7. Results (report only) — defects found per class vs Ac/Re, failure detail with photos referenced
  8. Sign-off block — lot disposition, name, role, authority, date; rejection escalation path

Quality Checks

  • Every spec requirement appears in the coverage matrix, or its exclusion is stated
  • Sample sizes and Ac/Re numbers are explicit — not "per AQL 1.0"
  • Critical defects have Ac=0 and an immediate-stop instruction
  • Cosmetic criteria reference physical limit samples, not adjectives
  • The report states defects per class against Ac/Re, and the disposition follows arithmetically
  • Sign-off names a role with authority to reject the lot

Anti-Patterns

  • Do not write "inspect to AQL 1.0" without the sample size and accept/reject numbers — that phrase settles nothing
  • Do not let critical defects carry a non-zero acceptance number
  • Do not judge cosmetics against memory or photos alone — physical limit samples or it will be relitigated every lot
  • Do not allow rework-and-reinspect of a rejected lot without 100% rescreen of the reworked defect mode
  • Do not accept a lot with an unsigned deviation in the log
  • Do not let golden samples go stale across an ECO — refresh or they certify the wrong product

Version History

  • 54fad50 Current 2026-07-19 12:19

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-hiring-panel/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-severance/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/agm-in-a-box/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/behavior-intervention-plan/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bennett-time-audit/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-game-designer/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md

Metadata

Files
0
Version
e4def4c
Hash
49a7604a
Indexed
2026-07-19 12:19

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-31 01:09
浙ICP备14020137号-1 $방문자$