requesting-code-review

Installation
SKILL.md

Requesting Code Review

Dispatch ed3d-plan-and-execute:code-reviewer subagent to catch issues before they cascade.

Core principle: Review early, review often. Fix ALL issues before proceeding.

Do not use nested subagents. This skill may dispatch code-reviewer and task-bug-fixer as first-level subagents. Those subagents must do their assigned work directly and must not dispatch additional subagents.

Session Isolation

If the calling context provides a SCRATCHPAD_DIR, pass it to code-reviewer.

This prevents collisions when multiple planning/execution sessions run in parallel. The SCRATCHPAD_DIR is a namespaced temp directory (e.g., /tmp/plan-2025-01-24-feature-a7f3b2/) that the code-reviewer uses for any scratch files.

When to Request Review

Installs
21
GitHub Stars
249
First Seen
Feb 1, 2026
requesting-code-review — ed3dai/ed3d-plugins