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 Coc Example

ASecurity

Draft and grade a certificate of conformity against the worked example of ECSS-Q-ST-20C Annex H, taken as the standard sheet format: hold the printed block order, name every mandatory block left blank as one finding, parse each serial range into a prefix, a first and a last serial at one padded width, refuse a mixed prefix or a backwards range, report two ranges covering the same serial, reconcile the serials covered with the declared quantity, rebuild the certificate number from the contract...

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 q20-coc-example --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q20 Coc Example?

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

Security grade badge for Q20 Coc Example
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q20-coc-example/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q20-coc-example)

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

Download with Pro
Files
SKILL.md
---
name: q20-coc-example
description: "Draft and grade a certificate of conformity against the worked example of ECSS-Q-ST-20C Annex H, taken as the standard sheet format: hold the printed block order, name every mandatory block left blank as one finding, parse each serial range into a prefix, a first and a last serial at one padded width, refuse a mixed prefix or a backwards range, report two ranges covering the same serial, reconcile the serials covered with the declared quantity, rebuild the certificate number from the contract reference and the sheet sequence, and refuse a sheet dated after the day it is presented. Use when a certificate is raised or checked on receipt. Trigger: ecss, q-st-20c-annex-h, certificate-of-conformity-format, coc-block-order, coc-serial-range-arithmetic, coc-number-pattern, coc-issue-date-check."
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-20c-quality-assurance-scope, q20-coc-example, certificate-of-conformity-sheet-format, coc-block-order, coc-serial-range-arithmetic, coc-number-pattern, coc-issue-date-check]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Certificate Of Conformity Sheet Format (space-systems/ecss/q20-coc-example)

Use when the task is the Annex H worked certificate of ECSS-Q-ST-20C taken
as the standard sheet format: a certificate is being raised for a delivery
or opened on receipt, and the question is whether the sheet in front of you
is laid out, numbered and dated the way every other one is.

## Domain quick reference

- Format is not cosmetic on a certificate. A receiving organisation reads
  hundreds of these and finds each block by position, so a sheet that
  reorders or renames its blocks costs reading time on every delivery and
  hides an omission in the noise.
- The blanks are reported together. One finding naming every mandatory
  block left empty is actionable; one finding per block buries the sheet
  under a list nobody triages.
- Serial ranges are arithmetic and the quantity is a second statement of
  the same arithmetic. Six serials printed as a range and a quantity of
  five is a delivery where somebody pulled an item and forgot the sheet,
  and summing the ranges is the only thing that catches it.
- A range has one prefix and one padded width. A range printed across two
  prefixes, or padded to two widths, or running backwards, does not
  identify a set of items at all, and guessing what was meant is how the
  wrong hardware travels under the right paperwork.
- Two ranges covering one serial is a different defect from a quantity
  mismatch, and the two can cancel. A sheet whose overlapping ranges add up
  to the declared quantity passes a count check and still certifies one
  item twice.
- The certificate number is derived, not typed. Building it from the
  contract reference and the sheet sequence and comparing it with what is
  printed catches the sheet that was copied from the previous delivery.
- A sheet cannot be dated after the day it is presented. That is the
  cheapest date check on the page and the one that catches a template
  carrying somebody else's date.

## Workflow

1. Normalise the sheet block by block in the fixed order, collecting the
   mandatory ones left blank rather than failing at the first.
2. Validate the quantity as a positive integer and the issue date as an ISO
   calendar day, leap years included.
3. Parse each declared serial range into prefix, first, last and padded
   width, refusing a mixed prefix, an inconsistent padding or an inverted
   range.
4. Report ranges of the same prefix that cover a serial twice.
5. Sum the serials covered and compare with the declared quantity; where no
   range is printed, report a declared quantity above one.
6. Rebuild the certificate number from the contract reference and the sheet
   sequence and compare it with the printed number.
7. Compare the issue date with the presentation day, render the sheet in
   block order and return the verdict.

## Pitfalls

- Reading the quantity without the ranges. The pair is the check; either
  number alone is a figure somebody typed.
- Accepting a range because it looks like one. A mixed prefix or a mixed
  padding width is an identification failure, not a typographic one.
- Counting serials without checking for an overlap. Overlapping ranges can
  sum to exactly the declared quantity and still certify an item twice.
- Trusting the printed certificate number. It is derivable from the
  contract reference and the sequence, so it is checked rather than read.
- Failing at the first blank block. The useful output is every blank at
  once, because the sheet goes back to its author exactly once.

## Behavior contract (gate 3)

The block-order normalisation, the blanks collection, the ISO day parsing,
the serial-range parsing with its prefix, padding and direction rules, the
overlap detection, the quantity reconciliation, the certificate-number
rebuild and the issue-date comparison are exercised by the gate 3 contract
test: scripts/test_q20_coc_example.py against
scripts/q20_coc_example_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q20_coc_example.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 →