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

Q20 Test Procedures

ASecurity

Audit the quality-assurance control of a test procedure set under ECSS-Q-ST-20C clause 5.6.3.1: confirm each procedure carries its engineering and product-assurance approvals, signed no later than issue, that every specification requirement is exercised by a step and no step cites a requirement the specification does not hold, that the procedure quotes the specification revision actually in force rather than a stale or unreleased one, and that a revision advance is backed by an approved chang...

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

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 q20-test-procedures --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q20 Test Procedures?

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

Security grade badge for Q20 Test Procedures
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q20-test-procedures/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q20-test-procedures)

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

Download with Pro
Files
SKILL.md
---
name: q20-test-procedures
description: "Audit the quality-assurance control of a test procedure set under ECSS-Q-ST-20C clause 5.6.3.1: confirm each procedure carries its engineering and product-assurance approvals, signed no later than issue, that every specification requirement is exercised by a step and no step cites a requirement the specification does not hold, that the procedure quotes the specification revision actually in force rather than a stale or unreleased one, and that a revision advance is backed by an approved change record. Use when a procedure set is being released, re-released after an update, or reconciled with its TSPE and TPRO baseline. Trigger: ecss, q-st-20c-clause-5-6-3-1, qa-test-procedure-approval, test-procedure-update-control, tspe-tpro-baseline-consistency, procedure-step-requirement-coverage, procedure-revision-change-record."
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-20-quality-assurance-scope, q20-test-procedures, qa-test-procedure-approval, test-procedure-update-control, tspe-tpro-baseline-consistency, procedure-step-requirement-coverage, procedure-revision-change-record]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Quality Assurance -- Test Procedure Control (space-systems/ecss/q20-test-procedures)

Use when the task is the test-procedure control of ECSS-Q-ST-20C clause
5.6.3.1: a set of written test procedures exists, and the question is
whether it may be released to run a test -- reviewed, approved, kept
consistent with the test specification it implements, and updated under
change control rather than edited in place.

## Domain quick reference

- A procedure is released by signature, not by existence. The
  engineering signature answers for the technical content, the product
  assurance signature answers for the control of the procedure itself,
  and a customer-witnessed test adds the customer signature. A signature
  dated after the issue date is not an approval of what issued; it is a
  retrospective note, and it is a finding.
- The procedure set is graded against the test specification as a set,
  not procedure by procedure. A single procedure may legitimately cover
  part of the requirement list; what is not allowed is a requirement in
  the specification that no procedure in the set exercises. Coverage is
  therefore computed twice -- per procedure, to show what that document
  carries, and across the set, to decide release.
- Coverage has two directions. A requirement with no step is a hole in
  the test; a step citing a requirement the specification does not hold
  is a hole in the traceability, usually a requirement deleted at the
  last specification revision and left behind in the procedure.
- Consistency with the baseline is a revision question in both
  directions. Quoting a superseded specification revision means the
  procedure implements requirements that have moved. Quoting a revision
  ahead of the one in force means the procedure implements a baseline
  nobody has released, which is the worse of the two because the test
  would run against unapproved content.
- An update is a controlled event. A revision advance needs a change
  record that names the revision it came from and the revision it goes
  to, is approved, and is approved no later than the day the new
  procedure issued. A revision mark that cannot be ordered -- neither a
  letter series nor an issue number -- defeats the whole check and is an
  input error, not a tolerable oddity.

## Workflow

1. Normalise each procedure: identifier, revision mark, the
   specification it implements and the revision it quotes, issue date,
   steps with the requirements each exercises, approval signatures with
   their dates. Reject a duplicate step identifier, a duplicate approval
   role or an unorderable revision mark before grading anything.
2. Grade approvals: the mandatory roles plus the customer role when the
   test is customer-witnessed, each present and each signed on or before
   the issue date.
3. Grade coverage per procedure in both directions, keeping the covered
   fraction as evidence rather than only the pass or fail.
4. Compare the quoted specification revision with the revision in force
   and report a stale quote and a forward quote as distinct findings.
5. Grade update control: no previous revision means first issue and no
   change record is owed; an advance demands a matching approved record
   dated no later than issue; a revision behind its predecessor is an
   error in the record itself.
6. Roll up: the set is released only when every procedure is clean and
   every specification requirement is exercised somewhere in the set;
   otherwise it is held, naming the procedures and the requirements that
   hold it.

## Pitfalls

- Accepting a set because each procedure is individually approved. A
  fully approved set can still leave a requirement untested; the set
  coverage is a separate check and it is the one that decides release.
- Treating a signature date as decoration. A product assurance signature
  dated a week after issue means the document was used before it was
  controlled, which is exactly what the clause exists to prevent.
- Reading a forward specification quote as harmless optimism. It means
  the procedure was written against content that has not been released,
  so the test would verify requirements nobody has agreed.
- Editing a procedure and reissuing it without a change record, on the
  grounds that the change was small. The size of the change is not the
  criterion; the revision advance is, and an advance with no approved
  record is uncontrolled.
- Mixing revision schemes across a baseline. A letter revision and an
  issue number cannot be ordered against each other, so the comparison
  is refused rather than guessed.

## Behavior contract (gate 3)

The procedure normalisation, revision ordering, approval grading,
two-direction coverage, baseline-consistency comparison, update-control
grading and the set release verdict are exercised by the gate 3 contract
test: scripts/test_q20_test_procedures.py against
scripts/q20_test_procedures_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q20_test_procedures.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 →