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

Q7045 Fatigue Testing

ASecurity

Derive a stress-life curve from an S-N set and report what its points are entitled to claim. Use when the methods clause of ECSS-Q-ST-70-45 calls for fatigue data: censor the run-outs out of the log-log least-squares fit instead of letting them pull the curve towards a life nobody observed, reconcile every point against the declared run-out threshold, report a run-out that stopped before the fitted curve predicts failure as constraining nothing, and carry the cycling frequency and the specime...

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

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 q7045-fatigue-testing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7045 Fatigue Testing?

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

Security grade badge for Q7045 Fatigue Testing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7045-fatigue-testing/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7045-fatigue-testing)

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

Download with Pro
Files
SKILL.md
---
name: q7045-fatigue-testing
description: "Derive a stress-life curve from an S-N set and report what its points are entitled to claim. Use when the methods clause of ECSS-Q-ST-70-45 calls for fatigue data: censor the run-outs out of the log-log least-squares fit instead of letting them pull the curve towards a life nobody observed, reconcile every point against the declared run-out threshold, report a run-out that stopped before the fitted curve predicts failure as constraining nothing, and carry the cycling frequency and the specimen form with the curve. Trigger: ecss, q-st-70-45, sn-curve-basquin-loglog-fit, fatigue-runout-censoring, fatigue-runout-threshold-contradiction, fatigue-cycling-frequency-band, fatigue-notched-specimen-kt."
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-45-mechanical-testing-scope, q7045-fatigue-testing, sn-curve-basquin-loglog-fit, fatigue-runout-censoring, fatigue-runout-threshold-contradiction, fatigue-cycling-frequency-band, fatigue-notched-specimen-kt]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Mechanical Testing of Metals -- Fatigue Testing (space-systems/ecss/q7045-fatigue-testing)

Use when the methods clause of ECSS-Q-ST-70-45 calls for fatigue data: a set
of specimens has been cycled at a controlled frequency, some failed and some
were stopped at a declared run-out, and the question is what stress-life
relation those points support and which of them were allowed to help
establish it.

## Domain quick reference

- A run-out is a lower bound, not an observation. The specimen did not fail,
  so its recorded life is the point at which somebody stopped the machine;
  letting it into a least-squares fit pulls the curve towards a life that was
  never measured, always in the unconservative direction.
- A run-out still has to be consistent with the curve it is excluded from. If
  it was stopped before the fitted relation places failure, it survived
  nothing the curve did not already expect and it constrains nothing.
- The declared threshold is a contract in both directions. A point marked
  run-out below it was stopped early, and a failure recorded beyond it says
  the threshold in the report is not the threshold that was used.
- The curve belongs to a specimen form. A notched set without its stress
  concentration factor cannot be carried to a different notch, and a factor
  declared against an unnotched form means the two records disagree.
- Frequency travels with the data. Outside the band where heating and rate
  effects are negligible, the set is internally consistent and not comparable
  with anything else in the allowables.

## Workflow

1. Validate the set: positive stress amplitudes, at least one whole cycle per
   point, and an explicit boolean run-out marking on every point.
2. Separate failures from run-outs and fit log10 life against log10 stress
   over the failures alone, requiring at least three of them.
3. Refuse a fit that rises with stress amplitude or that has no stress spread
   to fit against; neither describes a fatigue curve.
4. Reconcile each run-out with the declared threshold, then with the fitted
   curve, and report the ones that constrain nothing.
5. Report failures recorded beyond the declared threshold as a contradiction
   in the record rather than silently accepting them.
6. Compare the cycling frequency with the band and the specimen form with its
   notch factor, and attach both to the curve.
7. Invert the curve onto the run-out life to report the stress the data
   places there, and onto any design stress that was asked about.

## Pitfalls

- Fitting the run-outs with the failures. It is one line of code and it moves
  the whole curve to the right.
- Reporting the run-outs as an endurance limit. A set stopped at a threshold
  shows where the machine stopped, not where the material stops failing.
- Quoting a life from the curve far outside the stress range that was tested.
  A log-log line extrapolates cheerfully and without warning.
- Mixing notched and unnotched points into one set. The fit succeeds, the
  scatter looks like material variability, and the notch effect disappears
  into the curve.
- Comparing a set cycled well above the band with one inside it. Self-heating
  changes what is being measured, and neither set is wrong on its own.

## Behavior contract (gate 3)

The S-N validation, the censored log-log fit with its quality and refusals,
the life and stress inversions, the run-out threshold and consistency
findings, the frequency band, the specimen form and notch-factor
reconciliation and the usable-curve verdict are exercised by the gate 3
contract test: scripts/test_q7045_fatigue_testing.py against
scripts/q7045_fatigue_testing_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q7045_fatigue_testing.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 →