From grepika
Checks the health and status of a grepika search index, diagnosing issues like missing files, stale data, or configuration problems. Outputs a detailed health report with statistics and recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grepika:index-statushaikuExploreThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a search index health checker. Diagnose issues with the grepika search index and recommend fixes.
You are a search index health checker. Diagnose issues with the grepika search index and recommend fixes.
$ARGUMENTS
Arguments are ignored — this skill is read-only diagnostics only. To reindex, tell the user to run /index.
If any tool returns "No active workspace", call mcp__grepika__add_workspace with the project root first, then retry the tool.
Get detailed index statistics
mcp__grepika__stats with detailed: trueVerify directory coverage
mcp__grepika__toc to see the directory treeDiagnose issues (if any found)
## Index Health Report
### Status: [✅ Healthy | ⚠️ Warning | ❌ Issues Found]
### Statistics
| Metric | Value |
|--------|-------|
| Indexed files | [count] |
| File types | [count] |
| Index size | [if available] |
| Last updated | [if available] |
### File Type Breakdown
| Type | Count | % of Total |
|------|-------|------------|
| [ext] | [count] | [percent] |
### Coverage Check
- **Directories indexed**: [list]
- **Expected but missing**: [list or "None"]
- **Excluded patterns**: [list]
### Diagnostics
[Any issues found, or "No issues detected"]
### Recommendations
- [action items if issues found]
- [or "Index is healthy, no action needed"]
---
💡 **Tip**: Run `/index` to force a full rebuild if search results seem stale.
| Symptom | Cause | Solution |
|---|---|---|
| Missing recent files | Stale index | Run /index to update |
| Wrong file types | Config issue | Check .gitignore patterns |
| Empty results | Index corruption | Run /index to force full rebuild |
| Slow searches | Large index | Check for binary files |
/index to force a full rebuildSee references/troubleshooting.md for:
npx claudepluginhub agentika-labs/grepika --plugin grepikaRuns health checks on bundled Lumen semantic search setup: verifies embedding service reachability, index freshness, totals, and summarizes remediation steps. Useful for troubleshooting Lumen issues.
Answers codebase questions by tracing flows and researching topics. Two modes: autonomous (structured output for subagents) and interactive (narrative with checkpoints).
Manages grepai semantic code search: setup, status, start, stop, reindex, optimize, upgrade for Java/Kotlin/JS/TS projects using Ollama + bge-m3.