VIII (8)

argus-validation-gate

argus

Use for Argus-style validation gates, repair-and-revalidate loops, markdown integrity checks, skill frontmatter checks, package metadata checks, and final validation reports.

Argus Validation Gate

IPurpose

Validate a repo, script, skill, or package before reporting success.

IIWorkflow

  1. Identify validation commands from repo instructions or package metadata.
  2. Run deterministic checks before manual claims.
  3. Report every failure with path and reason.
  4. Repair only the failing scope.
  5. Re-run validation after every repair.
  6. Stop if the same issue fails twice.

IIIScript

For this plugin itself, run:

python "C:\Argus Command Center v5_Plugin\plugin\scripts\validate_argus_plugin.py"

IVOutput

Return commands run, checks passed, checks failed, repairs made, remaining issues, verdict, and confidence.