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

Q7006 Test Report

ASecurity

Document the environment, exposure, results and uncertainties of a particle or UV radiation test under ECSS-Q-ST-70-06C, or grade a report already issued. Use when a run is finished and the record has to state what the specimen was in, how much it received, what the properties did and how well any of it is known. Checks identification and dosimetry traceability, requires every exposure as planned and achieved, grades the relative deviation and pairs an out-of-tolerance value with a note, repo...

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

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 q7006-test-report --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7006 Test Report?

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

Security grade badge for Q7006 Test Report
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7006-test-report/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7006-test-report)

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

Download with Pro
Files
SKILL.md
---
name: q7006-test-report
description: "Document the environment, exposure, results and uncertainties of a particle or UV radiation test under ECSS-Q-ST-70-06C, or grade a report already issued. Use when a run is finished and the record has to state what the specimen was in, how much it received, what the properties did and how well any of it is known. Checks identification and dosimetry traceability, requires every exposure as planned and achieved, grades the relative deviation and pairs an out-of-tolerance value with a note, reports the dose-rate acceleration against the mission, holds ultraviolet irradiance and chamber pressure to their ceilings, and combines uncertainty components in quadrature. Trigger: ecss, q-st-70-06, radiation-test-report, dosimetry-traceability, planned-versus-achieved-exposure, dose-rate-acceleration-factor, uv-equivalent-sun-hours, radiation-uncertainty-budget."
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-06-particle-uv-radiation-testing-scope, q7006-test-report, radiation-test-report, dosimetry-traceability, planned-versus-achieved-exposure, dose-rate-acceleration-factor, uv-equivalent-sun-hours]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Particle and UV Radiation Testing — Test Report (space-systems/ecss/q7006-test-report)

Use when the task is the reporting step of an ECSS-Q-ST-70-06C particle
or UV exposure — writing, or grading, the record of the environment the
specimen sat in, the exposure it actually received, the property values
that came out and the uncertainty attached to them.

## Domain quick reference

- The report has four blocks and all four are load-bearing. Environment
  without exposure cannot be reproduced; exposure without results is a
  beam log; results without uncertainties cannot be compared with
  anybody else's results, including the same lab's next run.
- The environment is the beam and the chamber together: particle species
  and energy, flux, ultraviolet band and irradiance, pressure and
  specimen temperature. Temperature belongs in the environment because
  annealing competes with damage while the beam is on.
- A fluence with no dosimetry traceability behind it is a controller
  setpoint. Naming what the monitor was calibrated against is what turns
  the number into a measurement.
- Exposure is reported twice — as planned and as achieved — because the
  relative deviation between them is what a later reader needs. An
  achieved value standing alone cannot say whether the run met its plan
  or quietly redefined it.
- Radiation testing is accelerated testing. The ratio of test flux to
  mission flux, and the ultraviolet irradiance in suns, belong in the
  report: degradation measured far above the mission rate can
  under-report damage that anneals, and over-report damage that
  saturates.
- Uncertainty components combine in quadrature and expand by the
  declared coverage factor. Both the components and the factor belong in
  the report, because an expanded number alone cannot be recombined.

## Workflow

1. Check identification and the dosimetry traceability statement; a
   blank field counts as missing.
2. Confirm the environment block carries every text and numeric field.
3. Confirm each exposure quantity carries both a planned and an achieved
   value, and refuse a block that reports only one side.
4. Compute the relative deviation for each exposure and grade it against
   the reporting tolerance.
5. Read the recorded notes, each naming a quantity and carrying a
   justification, and pair them with the out-of-tolerance exposures; an
   unpaired one is its own finding.
6. Form the dose-rate acceleration against the mission flux and grade
   it, and grade the ultraviolet irradiance and the chamber pressure
   against their ceilings.
7. Combine the uncertainty components in quadrature, expand by the
   declared coverage factor, and compare the result with the measured
   change and the reporting step.
8. Emit the rounded values, the deviations, the acceleration and every
   finding; the report is reportable only when no finding stands.

## Pitfalls

- Reporting the achieved exposure only. Without the planned value the
  reader cannot tell a run that hit its target from one that stopped
  where the beam time ran out.
- Leaving the mission flux out. The acceleration factor is the single
  number that says how far the test sits from the environment it stands
  for, and it cannot be recovered later.
- Quoting the ultraviolet dose in hours rather than equivalent sun
  hours. Hours of an unspecified lamp are not a dose.
- Recording the chamber pressure at pump-down rather than during the
  run. Outgassing under the beam is exactly when it rises.
- Publishing an expanded uncertainty with no components and no coverage
  factor. Every later budget then has to re-derive it or guess.

## Behavior contract (gate 3)

The completeness checks, exposure deviation and tolerance grading,
deviation-note pairing, acceleration factor, irradiance and pressure
ceilings, quadrature combination, coverage-factor expansion, resolution
matching and report aggregation are exercised by the gate 3 contract
test: scripts/test_q7006_test_report.py against
scripts/q7006_test_report_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q7006_test_report.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 →