Vibe-Skills reviewing-code
Compatibility alias for legacy reviewing-code routes. Delegate to the canonical local `code-reviewer` payload while preserving route compatibility.
install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/reviewing-code" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-reviewing-code && rm -rf "$T"
manifest:
bundled/skills/reviewing-code/SKILL.mdsource content
reviewing-code (Compatibility Alias)
Purpose
Provide a stable compatibility alias for callers that still route to
reviewing-code, while canonical review guidance and automation are maintained
under the sibling code-reviewer skill directory.
This preserves:
- existing route compatibility for
reviewing-code
and catalog continuity for legacy callersskills-lock- a thin alias surface instead of duplicated review payload content
Resolution Order
- Use the canonical local
skill payload first.code-reviewer - Reuse canonical supporting files:
../code-reviewer/SKILL.md../code-reviewer/references/**../code-reviewer/scripts/**
- Keep this alias directory thin and free of duplicated heavy payload.
Minimal Workflow
- Read
for the full review workflow and tooling.../code-reviewer/SKILL.md - Use canonical references and scripts from
.../code-reviewer/ - Report under
only when a caller explicitly requested this alias.reviewing-code