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
testing
Use at cadence gates or to validate repo state. Resolves and runs the project's configured fast-test command.
development
Root-cause discipline for ONE identified bug, test failure, or unexpected behavior — pin the premise, reproduce, trace to source, fix at source, verify. For a single known issue, not a codebase sweep.