.codex/skills/code-change-verification/SKILL.md
Mandatory verification checklist for code changes: run the repo's standard format/lint/typecheck/test stack before marking work complete.
npx skillsauth add future3ooo/agentic-cockpit code-change-verificationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Run the full stack when you touch:
You may skip the full stack for:
If unsure, run it.
AGENTS.md, runbooks).Behavioral heuristic changes (required):
AGENTS.md.Run:
npm testOptional (if configured in the future):
npm run lintbash .codex/skills/code-change-verification/scripts/run.shpowershell -ExecutionPolicy Bypass -File .codex/skills/code-change-verification/scripts/run.ps1If the script cannot detect a supported toolchain, fall back to the repo’s documented commands and
report what you ran in testsToRun.
development
Run SkillOps (debrief -> distill -> lint) so cockpit skills continuously learn from real task outcomes.
testing
QA skill: reproduce issues, write clear steps, and validate fixes (locally or via E2E when available).
testing
Hard gate for PR feedback loops: fix, ask re-check, then resolve only after verified closure.
tools
Planning-only skill: produce a dependency-aware plan and acceptance criteria; do not commit.