Skill audit report
Build a ranked, citation-backed focus map of a codebase — the files and symbols an architecture actually hangs on — using CodeGraph when available and a dependency-free builtin (regex AST extraction + `rg` cross-file references) otherwise. Use this any time you (the coding agent) need to orient in an unfamiliar or large codebase before making a change: the user says "help me understand this codebase", "what's load-bearing here", "what would break if I change X", "who calls this", "map out this project's architecture", or you're about to touch code you haven't read yet and want to know what matters before scanning everything by hand. This is the same extractor `wiki-update` Step 3b uses internally — this skill exposes it directly so any agent session can call it on demand, not just during a wiki sync.
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
PASS86
3.3K GitHub stars
Stars/forks activity
PASS83
3.3K stars, 330 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
5d since push
License clarity
PASS86
MIT
README/SKILL.md completeness
PASS86
Metadata includes enough usage and workflow context
Dependency/runtime risk
INFO62
command execution surface, external package install surface
Install availability
PASS92
npx skills add Ar9av/obsidian-wiki --skill code-understand
Install command safety
PASS92
standard package or runtime install path
Permission surface
INFO62
shell or command execution, filesystem or document access
Repository evidence
PASS86
https://github.com/Ar9av/obsidian-wiki/tree/main/.skills/code-understand
Review status
PASS88
AI review data available
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install path
92
npx skills add Ar9av/obsidian-wiki --skill code-understand
Repository
88
https://github.com/Ar9av/obsidian-wiki/tree/main/.skills/code-understand
License
86
MIT
Maintenance
100
5d since push
AI review
88
Approved with no listed issues
README/SKILL.md completeness
86
Warnings
Method
This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.
Compare nearby options
Guidance for distinctive, intentional UI design, typography, visual direction, and non-template-like product interfaces.
175K Stars · Audit report
Design and implementation guidance for distinctive landing pages, portfolios, product demos, and purposeful redesigns.
85K Stars · Audit report
Turn one topic into a narrated Vox-style paper-collage explainer or ad video, from script through captions.
1.8K Stars · Audit report
Usable description available
Dependency risk
62
command execution surface, external package install surface
Install command safety
92
standard package or runtime install path
Permission surface
62
shell or command execution, filesystem or document access
Stars/forks activity
83
3.3K stars, 330 forks; issue activity unavailable in current metadata
Adoption
88
3.3K GitHub stars
Agent safety v2
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
Test manually in an isolated workspace and compare against safer alternatives.
Shell or command execution
highSkill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
Network access
mediumSkill likely fetches remote pages, APIs, repositories, or external services.
Filesystem access
mediumSkill may read or write project files, documents, generated artifacts, or local workspace state.