plugins/coordinator.bak/skills/validate/SKILL.md
Use when about to commit, before /merge-to-main, before /workday-complete, or when the user asks to validate the repo state. Runs all CI validation checks locally.
npx skillsauth add oduffy-delphi/coordinator-claude validateInstall 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.
Run all CI checks locally to catch issues before they hit the remote pipeline.
Executes .github/scripts/run-all-checks.py, which uses convention-based discovery to find and run all validate-*.py and check-*.py scripts in .github/scripts/.
python .github/scripts/run-all-checks.py
Run this command using the Bash tool. Read the full output — every script's pass/fail status and any error details.
/merge-to-main or /workday-complete.github/scripts/ exists.This skill complements verification-before-completion. That skill requires evidence before claims; this skill provides the evidence for repo-level validation claims.
.env files, API keys, and private tokens before staging. CI may catch these, but prevention is better.docs/plans/ or tasks/ directories can confuse downstream pipeline tools — delete or populate before committing.tools
Orient session — preflight, load context, choose work
documentation
Wrap up finished work — capture lessons, update docs
development
Triangulate plan-claim / code-reality / review oracles to classify each plan into DELIVERED+REVIEWED / DELIVERED-UNREVIEWED / PARTIAL / IN-FLIGHT / ABANDONED. Run after any crash or 'did we actually finish what we think we finished?' moment.
testing
Check for a published coordinator update and advise a preserve-by-default migration path — never a blind overwrite.