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

Q7001 Cleaning Verification After Cleaning

ASecurity

Verify that a cleaning operation actually reached the level it was run for, from the measurements taken afterwards. Use when particle counts per size band, a residue rinse sample and its witness blank come back from a cleaned surface and someone has to say accept, re-clean or re-sample. Converts counts over the sampled area into an obscuration figure and a ladder position, subtracts the blank and refuses a run whose blank exceeded the sample, treats a net mass under the balance floor as a bou...

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

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 q7001-cleaning-verification-after-cleaning --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7001 Cleaning Verification After Cleaning?

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

Security grade badge for Q7001 Cleaning Verification After Cleaning
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7001-cleaning-verification-after-cleaning/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7001-cleaning-verification-after-cleaning)

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

Download with Pro
Files
SKILL.md
---
name: q7001-cleaning-verification-after-cleaning
description: "Verify that a cleaning operation actually reached the level it was run for, from the measurements taken afterwards. Use when particle counts per size band, a residue rinse sample and its witness blank come back from a cleaned surface and someone has to say accept, re-clean or re-sample. Converts counts over the sampled area into an obscuration figure and a ladder position, subtracts the blank and refuses a run whose blank exceeded the sample, treats a net mass under the balance floor as a bound rather than a value, tests whether the sampled fraction and site count represent the surface, and returns the verdict with the finding behind it. Trigger: ecss, q-st-70-01, post-cleaning-verification, particle-count-size-band, nvr-blank-subtraction, cleanliness-sampling-adequacy, below-detection-nvr-bound, re-clean-disposition."
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-70-01-cleanliness-contamination-control, q7001-cleaning-verification-after-cleaning, post-cleaning-verification, particle-count-size-band, nvr-blank-subtraction, cleanliness-sampling-adequacy, below-detection-nvr-bound, re-clean-disposition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Contamination Control — Verification After Cleaning (space-systems/ecss/q7001-cleaning-verification-after-cleaning)

Use when the task is the post-cleaning verification step of ECSS-Q-ST-70-01 —
deciding from the measurements whether a cleaned surface may be accepted, has
to go back through the process, or was simply not sampled well enough to say.
This leaf grades one measurement set; the verification-records leaf decides
whether the resulting records close out the hardware.

## Domain quick reference

- Two independent results are needed, because cleaning removes two different
  things. The particle counts per size band say what is sitting on the surface;
  the non-volatile-residue sample says what is smeared across it. Passing one
  says nothing about the other.
- The particulate ladder is set by the largest particle found, not by the
  total count. One 400-micrometre fibre puts the surface on a lower rung than
  ten thousand 5-micrometre particles, because the level bounds size. The
  obscuration figure is reported alongside as the area actually covered.
- A residue figure only exists after the witness blank is subtracted. The blank
  carries the solvent, the beaker and the handling, and a blank that comes out
  heavier than the sample is an invalid run — not an unusually clean surface.
- Under the balance resolution there is no value, only a bound. Reporting a net
  mass smaller than the instrument can resolve as if it were a measurement is
  how a surface acquires a cleanliness it was never shown to have.
- Sampling adequacy is a precondition, not a caveat. A sample covering a
  fraction of a percent of the surface, or taken at a single site, describes
  that patch; on a non-uniform surface it neither passes nor fails the item,
  so the verdict is to sample again before grading anything.
- A result landing exactly on a level bound belongs on that level. The
  comparison carries a named tolerance, because a loading computed by division
  can miss an exact bound by the last bit.

## Workflow

1. Validate the counts: known size bands, non-negative integer counts, and a
   positive sampled area.
2. Compute the obscuration from the projected area of the counts at their band
   upper bounds, divided by the sampled area.
3. Place the surface on the particulate ladder by the largest populated band,
   treating an all-zero count set as the cleanest rung rather than as no result.
4. Subtract the blank from the residue sample, refusing a negative net; divide
   by the sampled area for the loading, and place that on the residue ladder.
5. Flag the loading as a bound when the net mass is at or under the balance
   resolution.
6. Test the sampled fraction against the minimum and the site count against the
   minimum number of sites; either shortfall makes the verdict re-sample before
   the levels are graded at all.
7. Grade both levels against their requirements and return accept, re-clean or
   re-sample with every finding that applied.

## Pitfalls

- Grading the particulate result on total count. The ladder bounds particle
  size; a high count of fine particles and a single large fibre are different
  failures and only one of them moves the level.
- Reporting a residue result without its blank. The blank is most of the mass
  on a well-cleaned part, so an unsubtracted figure fails a surface that was
  clean and hides the handling that was not.
- Turning a blank heavier than the sample into a zero. That combination means
  the run went wrong; zeroing it manufactures the cleanest possible result out
  of the least trustworthy data.
- Quoting a sub-resolution net mass as a value. It is an upper bound, and an
  allocation built on it inherits a precision the balance never had.
- Accepting a result from one wipe on a large panel. The sample has to be a
  real fraction of the surface and taken at more than one site, or the verdict
  is about the patch.
- Using a strict comparison for a loading that should sit exactly on a level
  bound. The placement carries a named tolerance instead, so the same sample
  does not change level between one machine and another.

## Behavior contract (gate 3)

The count validation, obscuration computation, ladder placement, blank
subtraction, balance-floor bounding, sampling adequacy and the accept /
re-clean / re-sample verdict are exercised by the gate 3 contract test:
scripts/test_q7001_cleaning_verification_after_cleaning.py against
scripts/q7001_cleaning_verification_after_cleaning_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7001_cleaning_verification_after_cleaning.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 →