Agent skill
reviewing-code
Compatibility alias for legacy reviewing-code routes. Delegate to the canonical local `code-reviewer` payload while preserving route compatibility.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/reviewing-code-foryourhealth111-pix-vibe-skills
SKILL.md
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 skills-lockand catalog continuity for legacy callers- a thin alias surface instead of duplicated review payload content
Resolution Order
- Use the canonical local
code-reviewerskill payload first. - 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
../code-reviewer/SKILL.mdfor the full review workflow and tooling. - Use canonical references and scripts from
../code-reviewer/. - Report under
reviewing-codeonly when a caller explicitly requested this alias.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?