Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Q6013 Class 2 Lot Acceptance

ASecurity

Use when a delivery has to become per-date-code verdicts. Determine whether each purchased date code in a commercial EEE delivery passes lot acceptance at the intermediate assurance class under ECSS-Q-ST-60-13C clause 5.3.5: split a multi-code delivery into one verdict per code instead of merging them, credit manufacturer data only where it names a document and an issue and says which subgroups it covers, credit a prior acceptance only inside its validity window and only for the same manufact...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythongotesting

Works with

claude code

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill q6013-class-2-lot-acceptance --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6013 Class 2 Lot Acceptance?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Q6013 Class 2 Lot Acceptance
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6013-class-2-lot-acceptance/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6013-class-2-lot-acceptance)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: q6013-class-2-lot-acceptance
description: "Use when a delivery has to become per-date-code verdicts. Determine whether each purchased date code in a commercial EEE delivery passes lot acceptance at the intermediate assurance class under ECSS-Q-ST-60-13C clause 5.3.5: split a multi-code delivery into one verdict per code instead of merging them, credit manufacturer data only where it names a document and an issue and says which subgroups it covers, credit a prior acceptance only inside its validity window and only for the same manufacturing site and assembly location, judge purchaser testing on the accept number and the allowance together, and hold a code whose evidence leaves a required subgroup uncovered. Trigger: ecss, q-st-60-13c-clause-5-3-5, class-two-date-code-lot-acceptance, per-date-code-verdict-split, manufacturer-data-issue-credit, prior-acceptance-validity-window, lat-subgroup-evidence-coverage, purchaser-lat-accept-number-and-allowance."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: ecss
    reference-only: true
gated: false
domain: space-systems
pack: space-systems
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, q-st-60-13-commercial-eee-component-scope, q6013-class-2-lot-acceptance, class-two-date-code-lot-acceptance, per-date-code-verdict-split, manufacturer-data-issue-credit, prior-acceptance-validity-window, lat-subgroup-evidence-coverage, purchaser-lat-accept-number-and-allowance]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Commercial EEE Components -- Class 2 Lot Acceptance (space-systems/ecss/q6013-class-2-lot-acceptance)

Use when the task is the clause 5.3.5 lot acceptance question of
ECSS-Q-ST-60-13C at the intermediate assurance class: a delivery of
commercial parts has arrived carrying one or more purchased date codes,
and the question is which of those codes may be released and which are
held.

## Domain quick reference

- The unit of the decision is the date code, not the delivery and not
  the part number. Units built in different weeks came off different
  material, so a delivery carrying three codes is three lots and takes
  three verdicts. At this class the mixed delivery is not refused for
  being mixed; it is split, and released only when every code passes.
- Each code has to reach evidence for every required subgroup, and this
  class allows three sources to supply it: the purchaser's own testing,
  the manufacturer's data for that code, and an acceptance the same code
  already earned on an earlier programme. The sources are alternatives
  for a subgroup, never a substitute for the subgroup itself.
- Manufacturer data counts only where it names a document, that
  document's issue, and which subgroups it covers. A reference with no
  issue points at whatever the report says today; a report covering two
  subgroups has not covered the third, and reading it as a blanket
  acceptance is the usual way a code arrives uncovered.
- A prior acceptance counts only while it is inside its validity window
  and only for the same manufacturing site and assembly location. Die
  from the same wafer assembled in another plant went through another
  set of hands, so the earlier verdict says nothing about this lot.
- Purchaser testing carries two limits on one sample: the accept number,
  an integer count of failures the subgroup tolerates, and the allowable
  percent defective, a rate applied to the sample size. A small sample
  can meet its accept number while sitting far above the rate, and both
  have to hold.

## Workflow

1. Enumerate the date codes the delivery carries, refuse a malformed
   YYWW code and refuse a delivery listing the same code twice.
2. For each code, take its purchaser test results first and refuse a
   code that tests the same subgroup twice under different samples.
3. Credit the manufacturer data package, naming its missing issue or its
   missing reference as a finding rather than silently dropping it.
4. Age the prior acceptance against the assessment month in whole
   months, and compare its site and assembly location with this lot's.
5. Work out which required subgroups the credited evidence covers, and
   name every subgroup left uncovered.
6. Judge each tested subgroup on the accept number and the allowance
   together, absorbing floating-point representation error at the
   boundary with a named tolerance rather than by widening the rate.
7. Release a code only when nothing is uncovered and nothing rejects,
   release the delivery only when every code is released, and report a
   marginal subgroup that has used up most of its allowance.

## Pitfalls

- Giving a mixed delivery one verdict. A good week carries a bad one
  that way, and the date-code traceability a commercial part is bought
  with exists precisely to stop it.
- Reading a manufacturer report as covering everything. It covers what
  it names; the subgroups it is silent on are uncovered, and an
  uncovered subgroup is a hold, not a gap to be argued over.
- Crediting a reference with no issue. That points at whatever the
  document says today rather than at the evidence that was reviewed.
- Carrying a prior acceptance across an assembly-location change. The
  package and the hands that built it changed, so the earlier verdict
  does not describe this lot at any age.
- Taking the accept number as the whole criterion. The allowable percent
  defective is a second, independent limit on the same sample.

## Behavior contract (gate 3)

The date-code enumeration, whole-month validity arithmetic, manufacturer
data and prior acceptance credit rules, purchaser accept-number and
percent-defective comparisons, subgroup coverage and the per-code and
delivery dispositions are exercised by the gate 3 contract test:
scripts/test_q6013_class_2_lot_acceptance.py against
scripts/q6013_class_2_lot_acceptance_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_q6013_class_2_lot_acceptance.py

## Compliance

- ECSS standards are freely downloadable (ESA); cite the source and
  paraphrase per standards-map.yaml.
- compliance: STANDARDS-REF, gated: false.

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →