Local evidence retrieval (FlashRAG-style) for VCO/vibe: search protocols/config/skills docs and return citeable snippets with file+line anchors.
66
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./bundled/skills/flashrag-evidence/SKILL.mdUse this skill when you need grounded, citeable evidence from local documentation/configuration to support VCO decisions or recommendations, especially for:
This skill is not a replacement for GitNexus (code dependency graph) or web search. It focuses on local docs and config.
~/.codex/skills/vibe/:
protocols/, config/, references/, scripts/router/~/.codex/skills/**/SKILL.md) for tool capability evidenceRun the evidence retriever script:
python C:\Users\羽裳\.codex\skills\flashrag-evidence\scripts\flashrag_evidence.py --query "…" --topk 8(Optional) Enable a faster FlashRAG-style BM25 backend (bm25s)
pwsh C:\Users\羽裳\.codex\skills\vibe\scripts\ruc-nlpir\preflight.ps1install-upstreams.ps1 auto-install path has been removed on purpose.C:\Users\羽裳\.codex\_external\ruc-nlpir\.venv\Scripts\python.exe C:\Users\羽裳\.codex\skills\flashrag-evidence\scripts\flashrag_evidence.py --engine bm25s --query "…" --topk 8Use the returned snippets as P5 evidence:
If coverage is low:
--roots to include the project workspace--topkrg -n on the most likely file(s)The script prints ranked evidence items:
path + line (1-based) for quick navigationscore for rankingsnippet (short, safe to quote)f627ab5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.