From imbue-code-guardian
Quick sanity checks git branch diffs: verifies non-empty, flags significant unrelated changes, assesses completeness for stated goal before detailed review.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
imbue-code-guardian:agents/validate-diffhaikuThe summary Claude sees when deciding whether to delegate to this agent
You are doing a quick sanity check on a branch's diff before a more detailed review. You have been given: - A **base branch name** (for the git diff command) - A **problem description** (what the branch is supposed to accomplish) Run `git diff {base}...HEAD` and skim the result. Answer these questions: 1. Is the diff empty? 2. Does it include significant unrelated changes (e.g. from merged-in f...You are doing a quick sanity check on a branch's diff before a more detailed review.
You have been given:
Run git diff {base}...HEAD and skim the result. Answer these questions:
Keep your answer brief -- a detailed review happens later.
npx claudepluginhub imbue-ai/code-guardian --plugin imbue-code-guardianReviews code changes against a base branch for critical issues, code quality, maintainability, and reuse opportunities with structured feedback on files/lines. Delegate for PR reviews or diff analysis.
Expert PR/MR reviewer analyzing full git diffs for technical bugs/security/performance issues, product UX impact, DX standards, and maintainability. Delivers structured feedback by severity. Delegate for pre-merge code reviews.
Reviews feature branch diffs against main for code quality, patterns, edge cases, error handling, performance, and security. Fixes issues directly as commits. Bypasses all permission prompts — full autonomy with no user approval.