# Future3ooo Agentic Cockpit Code Change Verification

> Code Change Verification

- Skill: `tomevault-io/future3ooo-agentic-cockpit-code-change-verification` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/future3ooo-agentic-cockpit-code-change-verification`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/future3ooo-agentic-cockpit-code-change-verification/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/future3ooo-agentic-cockpit-code-change-verification

---


# Code Change Verification

## Purpose

Do **not** mark an execution task as complete until the repo’s verification stack has passed.

This skill is intended to reduce regressions by making “run the checks” the default behavior for
agents when they change runtime code, tests, build config, or deployment scripts.

## When to run

Run the full stack when you touch:
- Runtime code
- Auth/billing flows
- Build/test tooling
- CI scripts, lint config, or typecheck config

You may skip the full stack for:
- Docs-only changes
- Comments-only changes
- Formatting-only changes that do not affect runtime behavior

If unsure, **run it**.

## What to run (policy)

1) First, follow any repo-local requirements (e.g. `AGENTS.md`, runbooks).
2) Then run the repo’s standard verification commands (format → lint → typecheck → tests/build).
3) If anything fails: fix the issue and re-run the full stack.

Behavioral heuristic changes (required):
- Follow the canonical review-comment doctrine in `AGENTS.md`.
- If you change parser, selector, routing, or guard logic, verification must include:
  - the exact reported failure,
  - at least one adjacent valid input,
  - at least one adjacent false-positive input.
- Fail verification if the patch only appeases reviewer wording or narrows fixtures/contracts without an intentional documented contract change.

## This repository (agentic-cockpit)

Run:
- `npm test`

Optional (if configured in the future):
- `npm run lint`

## Helper scripts (recommended)

- macOS/Linux: `bash .codex/skills/code-change-verification/scripts/run.sh`
- Windows: `powershell -ExecutionPolicy Bypass -File .codex/skills/code-change-verification/scripts/run.ps1`

If the script cannot detect a supported toolchain, fall back to the repo’s documented commands and
report what you ran in `testsToRun`.


## Learned heuristics (SkillOps)
<!-- SKILLOPS:LEARNED:BEGIN -->
<!-- SKILLOPS:LEARNED:END -->

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/future3ooo) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

