From codescope
Queries knowledge graph for answers on entities, claims, sources, and code cross-references. Cites specific graph nodes. Auto-triggers on 'what do we know about', 'query knowledge', 'check the wiki'.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeThis skill is limited to using the following tools:
Answer the user's question using ONLY the knowledge graph. Cite specific nodes. If the knowledge graph doesn't have the answer, say so — don't fall back to training data.
Audits knowledge graph for orphan nodes, missing cross-references, stale claims, unresolved contradictions, low-confidence clusters, and code-knowledge gaps. Outputs health report with auto-fixes.
Queries personal knowledge base wiki to answer questions, explore topic connections, and synthesize insights with wikilink citations. Uses index scans, qmd search, and offers to save analyses.
Answers domain questions by reading and synthesizing project wiki pages, citing sources with wikilinks. Flags gaps and contradictions.
Share bugs, ideas, or general feedback.
Answer the user's question using ONLY the knowledge graph. Cite specific nodes. If the knowledge graph doesn't have the answer, say so — don't fall back to training data.
Search knowledge graph first:
knowledge_search(query: "[user's question]")
If knowledge results reference code, drill into it:
find_callers(function_name: "[referenced function]")
explore(entity_name: "[referenced entity]")
If knowledge graph is empty for this topic, say:
"No knowledge found on this topic. Run
/autoresearch [topic]or/wiki-ingest [source]to add it."
## [Question rephrased as title]
[Answer in 2-5 paragraphs]
### Sources
- [[Entity/Concept name]] — [what it contributed to the answer]
- [[Source name]] — [key claim from this source]
### Related Code
- `function_name` (file.rs:42) — [how it relates]
### Confidence: [high/medium/low]
[Why this confidence level — how many sources, any contradictions]