Use Cases
When using subagent-driven-development, each completed task needs a code review. The developer gets base and head commit SHAs, dispatches a reviewer subagent with task description, requirements, and commit range. The reviewer returns findings and an assessment. The developer fixes critical issues before proceeding to the next task, catching problems early before they cascade.
Before merging a feature branch to main, this skill performs a final comprehensive review. The developer dispatches a reviewer with the full branch's commit range. The reviewer evaluates code quality, logic correctness, security issues, and design problems. This prevents defective code from reaching the main branch, ensuring production code quality.
Skill File
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
git rev-parse HEAD~1 and git rev-parse HEAD to get base and head SHAsSkill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.