step6-verify

step6-verify is a skill for Claude Code, Codex from raisoninme/boardless-pcb. It costs 42 tokens per session (3,785 once invoked), scanned A, original, MIT.

The final stage of a multi-step simulation verification process for each module. It checks for missed issues, plans fixes with human confirmation, applies local fixes, and runs the verification again.

In plain words
What is it for?
Use it to audit a module, review and approve a fix plan, apply fixes available locally, re-run all checks, and escalate issues only after local options are exhausted.
Why use it?
It provides a controlled way to find and resolve remaining simulation problems after earlier structural steps are complete.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions subagents; mentions Claude Code.

Part of the boardless-pcb plugin — 10 skills, 1 agent shipped together

Good fit Use it to audit a module, review and approve a fix plan, apply fixes available locally, re-run all checks, and escalate issues only after local options are exhausted.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/raisoninme/boardless-pcb/step6-verify
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add raisoninme/boardless-pcb --skill step6-verify
Clone the repo
git clone --depth 1 https://github.com/raisoninme/boardless-pcb

Made for: Claude Code, Codex.

Or install boardless-pcb, the plugin that ships this one along with the rest of its 10 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for step6-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/raisoninme/boardless-pcb/step6-verify.svg)](https://agentmods.dev/skills/raisoninme/boardless-pcb/step6-verify)
Your own site
<a href="https://agentmods.dev/skills/raisoninme/boardless-pcb/step6-verify"><img src="https://agentmods.dev/badge/skills/raisoninme/boardless-pcb/step6-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,785 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.03785
Opus 5 $0.00021 $0.01893
Sonnet 5 $0.00008 $0.00757
Haiku 4.5 $0.00004 $0.00379

Measured 8d ago against content hash c1b0595f1e04, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

step6-verify scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/step6-verify/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Step 6 · Per-module simulation verification

Each entry into step 6 gets a fresh session; once entered, the verify → fix → re-verify loop stays in this session until issues reach zero or the user calls a stop. Do not shuttle the user between sessions.

Session & state check (before touching anything)

  1. One step per session: if this session already did substantive work for another step, stop and ask for a fresh session.
  2. Read docs/flow-state.md (canonical header line; foreign file → stop and ask). Confirm steps 2–5 are all done (any step marked rework → stop; route the user to that step's command first). Step 6 waiting (structural rework was pending) → this re-entry is expected, resume normally. Step 6 done → also an expected re-entry when the issues table carries fixed-pending-verify entries or open entries with target step6 (a step-7 handoff): resume normally. done with neither → ask the user's intent before re-running a full audit. Step 6 in-progress → a previous session aborted mid-loop or another session is live — ask the user before proceeding. Set step 6 in-progress.
  3. Issues-table triage:
    • open entries with target 2–5 (approved structural rework not yet executed) → stop; route the user to the matching fix mode first
    • fixed-pending-verify entries (structural rework done) and open entries with target step6 (step-7 handoffs) → collect them; this round must verify every one and give each a verdict (§1 carries them in; §4 settles them)
  4. Reconcile BEFORE any round allocation (order matters — allocating first mints ghost rounds): a. Orphan-fix scan: docs/rework-log-*.md attempt records journaled but never marked adopted/rejected → reconcile against the live EDA first (the journal lists touched objects and prior values): roll back or complete the targeted check. Never run a fresh audit on top of an unreconciled orphan — it would baptize the half-applied change as baseline fact. b. Ghost-round check: if the verification-rounds table's LAST row is still verdict-pending, that round died mid-flight — either resume it as the current round N, or mark it aborted (with a note) before allocating anything new. Never stack a new pending row on an unreconciled one.
  5. Round numbering: N = the resumed pending round, or last row + 1 (empty table → N = 1). Append a new row only at the moment its amnesia audit actually starts — reconciliation always comes first.
  6. Keep your inputs pure: do not read the firmware or the dev documents yourself before directing the audit.

Read the full file on GitHub · 189 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 189 lines · 42 tokens per session scan A c1b0595f1e04

Subscribe to this mod's changes

step6-verify is a skill published in the GitHub repository raisoninme/boardless-pcb (2 stars, last pushed 25d ago), licensed MIT. It adds 42 tokens to every session and 3,785 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

fec-component-testing

A guide for writing and reviewing front-end unit, component, and lightweight integration tests. These tests check small pieces of code and UI behavior without running a full browser journey.

bovinphang/frontend-craft · 123 tokens

e2e

Add durable end-to-end tests for user/API-visible behavior. Detect or scaffold the E2E framework, write tests, run the app, and store evidence. Use for E2E, Playwright/Cypress, regression tests, or quality gates. Not exploratory QA.

heliohq/ship · 58 tokens

qa

Runtime QA of a change: start the app, test acceptance criteria and edge cases, and report evidence. Use for "test this", "QA", "does it work", exploratory checks, or post-review runtime verification. Not static code review.

heliohq/ship · 51 tokens

fec-e2e-testing

A standard for real-browser end-to-end tests, which test complete user journeys across pages rather than isolated functions. It covers Playwright or Cypress, reusable page objects, test data, continuous-integration reports, screenshots, traces, videos, and unstable tests.

bovinphang/frontend-craft · 103 tokens

fec-tdd-workflow

A frontend test-driven development workflow, or TDD, describes the expected behavior with a failing test, implements the smallest change to pass it, and then refactors. It covers UI components, hooks, API clients, route guards, and user workflows.

bovinphang/frontend-craft · 80 tokens

fec-testing-strategy

A frontend testing strategy maps different risks to different checks, such as type checking, unit tests, component tests, integration tests, end-to-end tests, accessibility, security, and performance checks. It explains end-to-end testing as testing a complete user journey in a real browser.

bovinphang/frontend-craft · 106 tokens