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
PM-GATED. Hold this repo's PM comms channel: gate what reaches the PM, reserve the push channel, carry rulings back as records.
tools
Census/launch/teardown lifecycle for a repo's declared app under coordinator.local.md's app_session config -- complementary to the platform's built-in run skill, not competing with it.
testing
Reconcile a self-description draft against the ratified one; never auto-commits.
development
Bounded spike — fuse web research with local study to a verdict.