Review code before completion
code-reviewersubagentsetup L3★1
morganmuli/metaskill ↗What it does
Review code for correctness, performance, style, and security issues
Best for
Structured peer review of code changes before merge, catching bugs and style violations early
Inputs
- · diff/branch to review
- · project style guide
- · test results
Outputs
- · inline comments with findings
- · summary of issues by severity
- · approved/request-changes recommendation
Requires
- · git diff
- · linter output
- · test coverage reports
Preconditions
- · branch has commits to review
- · tests have run
Failure modes
- · diff too large to review thoroughly
- · style guide ambiguous
- · no tests provided
Trust signals
- · cites specific line numbers
- · distinguishes critical bugs from style
- · references project conventions
- · suggests fixes not just complaints