shaft-change-verification

shaft-change-verification is a skill for Codex from ShaftHQ/SHAFT_ENGINE. It costs 34 tokens per session (80 once invoked), scanned A, original, MIT.

A verification procedure for changes to SHAFT Java code. It covers planning reuse, previewing the diff, checking guardrails, applying an approved change, running a focused test, and recording evidence.

In plain words
What is it for?
Plan and verify SHAFT Java edits, review their diff, run guardrail checks and focused tests, and produce an evidence-backed result.
Why use it?
It provides checks for deciding whether a SHAFT code change is safe and correct. The process makes the final verdict depend on concrete evidence.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Part of the shaft-skills plugin — 30 skills shipped together

Good fit Plan and verify SHAFT Java edits, review their diff, run guardrail checks and focused tests, and produce an evidence-backed result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shafthq/shaft_engine/shaft-change-verification
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 ShaftHQ/SHAFT_ENGINE --skill shaft-change-verification
Clone the repo
git clone --depth 1 https://github.com/ShaftHQ/SHAFT_ENGINE

Made for: Codex.

Or install shaft-skills, the plugin that ships this one along with the rest of its 30 skills.

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 shaft-change-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/shafthq/shaft_engine/shaft-change-verification/github.svg)](https://agentmods.dev/skills/shafthq/shaft_engine/shaft-change-verification)
Your own site
<a href="https://agentmods.dev/skills/shafthq/shaft_engine/shaft-change-verification"><img src="https://agentmods.dev/badge/skills/shafthq/shaft_engine/shaft-change-verification/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shaft-change-verification

Your own site · 80×15
<a href="https://agentmods.dev/skills/shafthq/shaft_engine/shaft-change-verification"><img src="https://agentmods.dev/badge/skills/shafthq/shaft_engine/shaft-change-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 80 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00034 $0.00080
Opus 5 $0.00017 $0.00040
Sonnet 5 $0.00007 $0.00016
Haiku 4.5 $0.00003 $0.00008

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

Security

Grade A, and why

shaft-change-verification 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 10d 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.

shaft-skills/shaft-change-verification/SKILL.md · 10 lines

What it actually says

SHAFT Change Verification

Start with SHAFT Developer, then read and follow the change-verification playbook.

Files

What ships with it

2 files 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. 10d ago First seen · 10 lines · 34 tokens per session scan A e969ede2c020

Subscribe to this mod's changes

shaft-change-verification is a skill published in the GitHub repository ShaftHQ/SHAFT_ENGINE (408 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 80 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-30.

Related

Other skills, from other repositories

133-java-testing-acceptance-tests

Use when you need to implement acceptance tests from maintainer-sanitized Gherkin scenario facts for framework-agnostic Java (no Spring Boot, Quarkus, Micronaut) — confirming @acceptance scenarios before coding, happy path with RestAssured, DB/Kafka test fixtures, WireMock for external REST only, and AT classes run by…

jabrena/plinth · 142 tokens

132-java-testing-integration-testing

Use when you need to set up, review, or improve Java integration tests — including generating a BaseIntegrationTest.java with WireMock for HTTP stubs, detecting HTTP client infrastructure from import signals, injecting service coordinates dynamically via System.setProperty(), creating WireMock JSON mapping files with…

jabrena/plinth · 155 tokens

422-frameworks-quarkus-testing-integration-tests

Use when you need to write or improve integration tests for Quarkus — including @QuarkusTest, Dev Services for automatic container provisioning, Testcontainers via QuarkusTestResourceLifecycleManager, WireMock for external HTTP stubs, @QuarkusIntegrationTest for black-box testing against packaged artifacts, REST…

jabrena/plinth · 190 tokens

Framework Architect

Skill thiết kế và scaffold automation framework hoàn chỉnh cho Playwright, Selenium, và Appium — bao gồm project structure, base classes, config management, reporting, và CI/CD integration.

anhtester/antigravity-testing-kit · 40 tokens

Smart Locator Agent

Skill sinh locator ổn định và dễ bảo trì cho UI automation, hỗ trợ Playwright, Selenium và Appium.

anhtester/antigravity-testing-kit · 28 tokens

playwright-expert

Expert in Playwright E2E testing framework, auto-waiting mechanisms, test generation, trace viewer, and CI/CD integration. Use when the user mentions testing, end-to-end tests, QA, automation, end-to-end testing, or test automation, or when the task involves Playwright Framework, Test Organization, Advanced Features…

personamanagmentlayer/pcl · 77 tokens