بنقرة واحدة
validate
Run the full QA validation suite — axiom linter + meta-validator
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the full QA validation suite — axiom linter + meta-validator
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Show certificate ecosystem status — family count, recent additions, any gaps
Open Brain status — recent thoughts, stats, and any items needing action
Run the weekly review pipeline — activity log + scorecard + review draft
Use when you need QA-native agent security (taint tracking, capability tokens, deterministic obstructions) to gate tool execution or assess prompt-injection risk while working in this repo.
Use when chat/forensics mention scripts or paths that are missing from the current tree, to scan repo zip snapshots and locate where those missing files likely live (outputs a report under `_forensics/`).
Use when working in `signal_experiments/` to build/query repo-wide forensic indices (forensics report, SQLite FTS, QA-certified datastore+views) and to keep `Documents/RESULTS_REGISTRY.md` evidence-linked and searchable.
| name | validate |
| description | Run the full QA validation suite — axiom linter + meta-validator |
| user_invocable | true |
Run the full QA smoke test. Execute BOTH commands and report results:
python tools/qa_axiom_linter.py --all — scan all Python files for axiom violationscd qa_alphageometry_ptolemy && python qa_meta_validator.py — validate all certificate familiesReport: total files scanned, violations found (with file:line), families passed/failed. If everything passes, just say "All clean — [N] files, [M] families, 0 violations."