From supervibe
Use WHEN session starts in existing project OR WHEN agent reports stale-context to health-check artifacts: stale references, coverage gaps, weak artifacts, agent-freshness, override-rate, effectiveness signals. Triggers: 'health check', 'audit плагина', 'stale agents', 'аудит проекта'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
- AT SESSION START if `last-verified` of any artifact >30 days
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
last-verified of any artifact >30 daysstale-context blocker/supervibe-auditAudit is read-only and non-interactive by default. No-prompt path: run the audit, print the structured report, and stop without mutation. If the user asks what to do next, ask one Step 1/1 question with the recommended/default repair path first and include a stop option.
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
registry.yaml for current artifact list.supervibe/memory/effectiveness.jsonl (if exists).supervibe/confidence-log.jsonl (if exists).supervibe/memory/index.json; if missing, report memory-index-missing and the exact node <resolved-supervibe-plugin-root>/scripts/build-memory-index.mjs repair command before any project-memory-dependent checksAudit request targets 10/10 plugin maturity?
-> Run maturity, index, retrieval telemetry, receipt, content-quality, and eval coverage gates.
Audit request targets docs, agents, skills, or rules?
-> Run the matching content-quality validators and flag missing Step 0, decision tree, output contract, placeholders, stale references, or filler.
Audit finds stale code index or retrieval evidence?
-> Report the exact incremental index repair command and keep maturity below 10/10 until strict retrieval telemetry is green.
Audit finds receipt or producer provenance drift?
-> Recommend workflow-receipt recovery, reissue, prune-stale, or ledger rebuild instead of hand-written repair.
Audit finds weak artifacts with valid structure but shallow role guidance?
-> Route to supervibe:strengthen with concrete files and missing evidence, not a generic rewrite.
node <resolved-supervibe-plugin-root>/scripts/supervibe-status.mjs --index-health --no-gc-hints; if SUPERVIBE_INDEX_GATE READY: false, flag stale or incomplete code index state with the failed gate codes.node <resolved-supervibe-plugin-root>/scripts/supervibe-status.mjs --index-policy-diagnostics when privacy/indexing is in scope; report classes and paths, never secret values.validate:agent-content-quality, validate:skill-content-quality, validate:rule-content-quality, unresolved template placeholders, missing Step 0/decision tree/output contract, stale retrieval evidence, or copied filler sectionslast-verified >90d → STALElast-verified >90d → STALEfailed/partial outcome 2+ times → flag/supervibe-strengthen for weak, /supervibe-adapt for stale refs, /supervibe-score --record for effectiveness## Health Report
### Stale References (N)
- ...
### Coverage Gaps (N)
- ...
### Code Index Health
- READY: true|false
- SOURCE_COVERAGE: indexed/eligible (%)
- FAILED: source-coverage, generated-leakage, stale-rows, symbol-coverage, symbol-quality
- Repair partial source coverage: `node <resolved-supervibe-plugin-root>/scripts/build-code-index.mjs --root . --list-missing` then `node <resolved-supervibe-plugin-root>/scripts/build-code-index.mjs --root . --resume --source-only --max-files 200 --max-seconds 120 --health --json-progress`
- Graph repair: `node <resolved-supervibe-plugin-root>/scripts/build-code-index.mjs --root . --resume --graph --max-files 200 --health`
- Full rebuild: use `--force --health` only when incremental repair cannot explain the index state
### Weak Artifacts (N)
- ...
### Stale Verifications (N)
- ...
### Override Rate
- X% over last N (threshold: 5%)
### Effectiveness Concerns (N)
- ...
### Recommended Actions
- /supervibe-strengthen
- /supervibe-adapt
supervibe:strengthen — fix weaksupervibe:adapt — fix stale referencessupervibe:evaluate — track effectiveness