code-review
Installation
SKILL.md
Code Review
Generic code review command that detects your project's tech stack and delegates to the appropriate framework-specific review orchestrator.
Config
TECH_STACK = config_read("tech_stack", "generic")
DEFAULT_BRANCH=$(git remote show origin | grep 'HEAD branch' | awk '{print $NF}')
Arguments
<input_arguments> $ARGUMENTS </input_arguments>