harness_review
Run multi-perspective code reviews combining security scanning, correctness checks, and style linting to catch hidden issues.
Instructions
Run multi-perspective code review: security scan (secrets in git diff), correctness (uncommitted changes), style (lint results).
Call periodically (e.g. every 3rd turn) to catch issues the agent might miss.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | |
| files | No | Limit review to specific files (optional) | |
| scanGitDiff | No | Scan git diff for hardcoded secrets/keys (default: false) |