Diagnose and repair CTXORA local context health and run repository-safe CI checks. Use when indexing is stale, retrieval quality drops, local state is damaged, or a user asks for a CTXORA health report.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add nguyentrunghieutcu/ctxora-engine --skill ctxora-context-health --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ctxora Context Health?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nguyentrunghieutcu-ctxora-context-health)More formats (shields.io, HTML) on the badges page.
---
name: ctxora-context-health
description: Diagnose and repair CTXORA local context health and run repository-safe CI checks. Use when indexing is stale, retrieval quality drops, local state is damaged, or a user asks for a CTXORA health report.
---
# CTXORA Context Health
Start with non-destructive diagnostics:
```bash
npx ctxora doctor --workspace <repository>
npx ctxora context-score --workspace <repository>
npx ctxora status --workspace <repository>
```
Explain failed checks and affected local state before changing anything. Use repair only when diagnostics identify a recoverable CTXORA state problem:
```bash
npx ctxora repair --workspace <repository>
npx ctxora index --workspace <repository>
```
For pull-request or branch checks, run:
```bash
npx ctxora ci --workspace <repository> --base <base-ref> --head <head-ref>
```
CTXORA state belongs under `.ctxora/`. Do not delete repository files, client configuration, or local indexes unless the user explicitly requests the corresponding destructive action.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!