Review code and flag violations
code-inline-reviewersubagentsetup L1★0
PetrCala/Kiroku ↗What it does
name: code-inline-reviewer
Best for
Validating LLM behavior against strict criteria (structure, safety, cost) that string assertions cannot verify.
Inputs
- · CSV file path or content
- · Git diff or source files
- · Database query results
- · User request in natural language
Outputs
- · Inline code comments or findings
- · Issue/ticket records
- · Result summary or action performed
Requires
- · GitHub API (PR diffs, checks)
Preconditions
Source files or data accessible; required context loaded
Failure modes
- · Token limit exceeded on large files
- · Input format invalid or unparseable