VIII (8)
argus-validation-gate
argusUse 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
- Identify validation commands from repo instructions or package metadata.
- Run deterministic checks before manual claims.
- Report every failure with path and reason.
- Repair only the failing scope.
- Re-run validation after every repair.
- 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.