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

E3102 Burst Pressure Test

ASecurity

Determine whether the burst test of a two-phase heat transport item satisfies ECSS-E-ST-31-02C clause 5.6.7. Use when the task is forming the burst requirement from maximum design pressure and the minimum burst factor, correcting it for a test temperature whose material allowable differs from the design point, grading the ramp method and whether the article had already been through its life cycling, computing the achieved burst factor, and building the leak-before-burst case from hoop stress,...

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

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e3102-burst-pressure-test --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E3102 Burst Pressure Test?

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

Security grade badge for E3102 Burst Pressure Test
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e3102-burst-pressure-test/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e3102-burst-pressure-test)

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

Download with Pro
Files
SKILL.md
---
name: e3102-burst-pressure-test
description: "Determine whether the burst test of a two-phase heat transport item satisfies ECSS-E-ST-31-02C clause 5.6.7. Use when the task is forming the burst requirement from maximum design pressure and the minimum burst factor, correcting it for a test temperature whose material allowable differs from the design point, grading the ramp method and whether the article had already been through its life cycling, computing the achieved burst factor, and building the leak-before-burst case from hoop stress, fracture toughness, wall thickness and leak detectability. Trigger: ecss, e-st-31-02c, minimum-burst-factor, burst-test-ramp-method, leak-before-burst-evidence, critical-through-wall-crack-length, end-of-life-burst-article, burst-hazard-justification."
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, e-st-31-02-two-phase-heat-transport-scope, e3102-burst-pressure-test, minimum-burst-factor, burst-test-ramp-method, leak-before-burst-evidence, critical-through-wall-crack-length, end-of-life-burst-article]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Two-Phase Heat Transport — Burst Pressure Test (space-systems/ecss/e3102-burst-pressure-test)

Use when the task is the burst test of ECSS-E-ST-31-02C clause 5.6.7 --
what pressure the article has to survive, how it is taken there, which
article is taken there, and the separate argument that a flaw in the
pressure boundary announces itself by leaking rather than by running.

## Domain quick reference

- The burst requirement is the maximum design pressure times the minimum
  burst factor, corrected to the test temperature by the ratio of the
  material allowables when the test is not run at the design point. A
  factor at or below unity puts the burst requirement at or under the
  service pressure and is refused.
- Which article bursts decides what the number means. A burst on a
  pristine unit is an end-of-manufacture strength; the clause wants the
  strength that survives the life, so the burst article is the one that
  has already been through the pressure cycling. A high number from a
  fresh article is not the same evidence and should not be reported as
  though it were.
- Method carries a hazard dimension. A hydraulic ramp stores almost no
  energy in the fluid; a pneumatic ramp stores a great deal and fails
  violently, so a pneumatic burst needs a declared hazard justification
  before it counts as an acceptable method rather than as an
  improvisation.
- Leak-before-burst is a separate demonstration and it is not implied by
  a high burst pressure. It says that a growing flaw penetrates the wall
  and leaks while the through-wall crack is still shorter than the
  length at which it becomes unstable. The critical length follows from
  the fracture toughness and the hoop stress at the grading pressure,
  and is compared against the wall thickness.
- A leak nobody detects is not leak-before-burst. The through-wall leak
  has to exceed the detection threshold by a margin, otherwise the flaw
  leaks quietly and keeps growing toward the length that runs.
- Thin-wall hoop stress is an approximation with a validity condition.
  When the wall is not small against the radius the formula no longer
  applies, and the correct response is to refuse it rather than to
  report a number from it.

## Workflow

1. Validate the maximum design pressure and burst factor; refuse a
   factor at or below unity.
2. Form the burst requirement, applying the test-temperature correction
   when both material allowables are declared and refusing a
   half-declared correction.
3. Grade the actual burst pressure against the requirement and report
   the achieved burst factor alongside the verdict.
4. Normalise the ramp method, grade the article history, and require a
   hazard justification for a method that stores enough energy to need
   one.
5. Form the hoop stress at the grading pressure, refusing the thin-wall
   formula when the wall is not thin.
6. Form the critical through-wall crack length from the toughness and
   that stress, and grade it against the wall thickness at the declared
   length margin.
7. Grade the through-wall leak rate against the detection threshold at
   the detection margin.
8. Combine the three checks into one verdict and name every failed one.

## Pitfalls

- Reporting a burst on a pristine article as the qualification number.
  The life cycling is what the burst is supposed to have survived, and a
  fresh unit answers a question nobody asked.
- Treating a comfortable burst margin as leak-before-burst evidence. The
  two arguments use different inputs; a thick strong wall can be exactly
  the one whose critical crack length is shorter than its thickness.
- Comparing the critical crack length against the wrong dimension. It is
  the wall thickness the flaw has to penetrate, not the vessel diameter
  or the weld length.
- Forgetting detectability. A leak-before-burst case that ends at "it
  leaks" is incomplete; the leak has to be one the declared instrument
  finds, with margin, before growth continues.
- Applying thin-wall hoop stress to a thick-walled fitting. The formula
  understates the stress there and inflates the critical crack length,
  making the weakest part of the boundary look like the safest.
- Running a pneumatic burst because the rig was already plumbed for gas.
  The stored energy is the reason the method needs a justification, and
  an undeclared one is a finding independent of the pressure achieved.

## Behavior contract (gate 3)

The burst-factor validation, requirement formation with test-temperature
correction, achieved-factor computation, ramp-method and article-history
grading with the hazard case, thin-wall hoop stress with its validity
refusal, critical through-wall crack length, leak detectability margin
and the rolled-up verdict are exercised by the gate 3 contract test:
scripts/test_e3102_burst_pressure_test.py against
scripts/e3102_burst_pressure_test_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_e3102_burst_pressure_test.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 →