# Local Skill Review

> Inspect this project's fused skill registry, priority routing, and local override status.

- Skill: `haoyuesheng1688/local-skill-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add haoyuesheng1688/local-skill-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/haoyuesheng1688/local-skill-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: haoyuesheng1688 (https://skillmd.com/u/haoyuesheng1688)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/haoyuesheng1688/local-skill-review

---


# Local Skill Review

Use this skill when the user asks to inspect which skill source is active in this
isolated project.

## Workflow

1. Run `.\.venv\Scripts\python -m core.cli --root .`.
2. Check whether each matched skill comes from `custom:overridden`,
   `custom:original`, `upstream:openai`, or `upstream:composio`.
3. Do not read or write global skill folders while resolving project-local
   routing.

