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

Q7028 Land And Pad Repair

ASecurity

Evaluate a damaged land or pad on a printed-circuit-board assembly and settle how it is rebuilt. Use when a land has lifted, torn away or lost area during rework: it computes the surviving copper as a fraction of the land the design drew, picks re-bonding in place, an epoxy-bonded replacement land or an eyelet from that fraction and the state of the hole barrel, refuses a land with too little sound base material left, derives the bond area the minimum pull-off load demands, checks the annular...

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

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 q7028-land-and-pad-repair --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7028 Land And Pad Repair?

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

Security grade badge for Q7028 Land And Pad Repair
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7028-land-and-pad-repair/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7028-land-and-pad-repair)

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

Download with Pro
Files
SKILL.md
---
name: q7028-land-and-pad-repair
description: "Evaluate a damaged land or pad on a printed-circuit-board assembly and settle how it is rebuilt. Use when a land has lifted, torn away or lost area during rework: it computes the surviving copper as a fraction of the land the design drew, picks re-bonding in place, an epoxy-bonded replacement land or an eyelet from that fraction and the state of the hole barrel, refuses a land with too little sound base material left, derives the bond area the minimum pull-off load demands, checks the annular ring the repair leaves, and holds the count of repaired lands on one footprint. Trigger: ecss, q-st-70-28c-board-repair, pcb-land-repair, pcb-pad-build-up, pcb-replacement-land-bond-area, pcb-land-pull-off-strength, pcb-annular-ring-after-repair."
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-28c-board-repair, q-st-70-28c, q7028-land-and-pad-repair, pcb-land-repair, pcb-pad-build-up, pcb-replacement-land-bond-area, pcb-land-pull-off-strength, pcb-annular-ring-after-repair]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Board Repair — Land and Pad Repair (space-systems/ecss/q7028-land-and-pad-repair)

Use when the task is the land method clause of ECSS-Q-ST-70-28C: a land has
lifted, torn or lost copper during rework, and the repair has to put back
something a component may be soldered to and pulled on.

## Domain quick reference

- What survives is measured as an area fraction, not described in words. A
  round land around a hole and a rectangular surface-mount pad have different
  geometry and the same rule once each is reduced to copper area against the
  area the design drew.
- The surviving fraction picks the method. A land that kept most of its bond
  area is re-bonded where it lies; one that lost more than that is cut back
  and a replacement land is bonded to the base material; one that kept almost
  nothing has no sound material to bond to and is refused.
- The hole barrel overrides the fraction. If the plated barrel went with the
  land, no amount of surviving copper makes a surface repair right, because
  the through connection is what was lost, and an eyelet restores both.
- A re-bond carries only the copper that is still attached; a replacement land
  or an eyelet is built back to the designed footprint. The two therefore have
  very different bond areas, and treating them alike is how an undersized
  re-bond passes.
- The bond area needed follows from a load, not from a habit. The pull-off the
  land has to carry, divided by the stress its bond may see, gives an area,
  and that area is what the repair is compared against.
- The annular ring is checked after the repair, not before. A replacement land
  slightly off-centre or slightly undersized leaves too little ring around the
  hole, and the joint that looks sound has nothing to hold the barrel.
- Repaired lands are counted per component footprint. One rebuilt land under a
  part is a repair; three of them means the part is sitting on rebuilt copper
  and the footprint, not the land, is the thing that failed.

## Workflow

1. Reduce the land geometry — annular or rectangular — to the copper area the
   design drew.
2. Divide the surviving copper by that area to get the fraction still bonded
   down.
3. Pick the method: eyelet where the barrel is damaged or gone, re-bond where
   the fraction is high enough, a replacement land below that, and no method
   where almost nothing is left.
4. Derive the bond area the pull-off load demands at the allowable bond
   stress.
5. Compare it against the area the chosen method actually delivers — the
   surviving copper for a re-bond, the designed footprint for a rebuild.
6. Compute the annular ring the repaired land leaves around its hole, where
   there is one, and grade it against the minimum.
7. Add this land to the footprint's repaired count and grade that too; return
   the repair with every finding.

## Pitfalls

- Judging the damage by eye rather than by area. A land that looks half gone
  and a land that is half gone are different lands, and only one of them is
  re-bondable.
- Re-bonding a land whose barrel is damaged. The surface joint is sound, the
  through connection is not, and the fault is invisible from the side the
  repair was made on.
- Giving a re-bond credit for the designed footprint. The bond area used in
  the check is copper that is no longer attached, and the land passes a
  pull-off it cannot survive.
- Carrying one bond-area figure for every land. The area follows from the load
  the joint has to take, so a fixed figure is either wasteful on a signal land
  or short on one carrying a connector.
- Checking the annular ring on the drawing instead of on the repair. The
  replacement land is what is there now, and it is usually smaller and rarely
  perfectly centred.
- Counting repaired lands per repair rather than per footprint. Each one was
  approved alone, and the component now sits entirely on rebuilt copper.

## Behavior contract (gate 3)

Annular and rectangular land areas, the surviving fraction, method selection
across re-bond, replacement land, eyelet and refusal, the barrel override, the
load-derived bond area against re-bond versus rebuild area, the annular ring
after repair and the per-footprint count are exercised by the gate 3 contract
test:
scripts/test_q7028_land_and_pad_repair.py against
scripts/q7028_land_and_pad_repair_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q7028_land_and_pad_repair.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 →