health-check-91f78b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited health-check-91f78b (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Project-agnostic, global skill. It runs the four periodic maintenance checks every active repo needs — CI health, context docs, user-facing docs, and knowledge base — in a single guided pass, accumulating a consolidated findings list and pausing for approval at each step. It is the maintenance complement to /bootstrap-project (which sets a repo up); this skill keeps it healthy over time.
The sequence: /diagnose-ci (CI green?) → /audit-claude-md (context docs fresh?) → /audit-docs (user-facing docs accurate?) → /obsidian-vault-sync (vault in sync? — if one exists).
skill sequences them, carries findings forward, and produces the final summary. Never duplicate a step's logic.
The user can skip any step. Never run the chain unattended.
at the end so the user has one artifact to act on.
This orchestrator's job is triage and sequencing, not fixing.
<repo>/.obsidian-vault/. Note whether the vault step willrun.
steps before starting.
/diagnose-cigh run list --branch $(git rev-parse --abbrev-ref HEAD) --status completed --limit 3 --json conclusion,workflowName,headBranch,url to get a quick read./diagnose-ci to fetch logs, classify the failure, andpropose a fix. Record the diagnosis in the consolidated findings.
gh is not installed or not authenticated: note this, skip to step 2./audit-claude-mdaudit-claude-md skill to score all CLAUDE.md files for staleness andsurface coverage gaps. Let it produce its ranked findings list.
/audit-docsaudit-docs skill to extract and verify claims across all hand-authoreddocs, ranked by importance tier.
/obsidian-vault-sync (if vault exists)obsidian-vault-sync with --all to runall 11 checks.
Present a single summary table of all findings across every step:
Step | Status | Findings
------------------|----------|------------------------------------------
CI | ✓ Green | No failures (or ✗ N jobs failing)
CLAUDE.md audit | ✗ Issues | N stale, M missing, P orphaned
Docs audit | ✗ Issues | N wrong, M missing, P unclear
Vault sync | ✓ Clean | 0 findings (or N high / M medium / P low)Then list any open action items that were not resolved during the steps (e.g., a diagnose-ci fix that was deferred, a CLAUDE.md that needs /init, a doc fix pending approval). Offer to save this report to .claude/health-check-<date>.md for tracking.
gh is absent or unauthenticated, skip step 1 gracefully — don't abort the run.actually returned.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.