Skip to content

angle

Runs one code-review finder angle over a diff and returns candidate defects. Spawned by the review:code skill's find fan-out and its sweep pass.

From plugin
bendrucker-claude
1611 skills11 agents1 MCP
Install
$ npx -y skills add bendrucker/claude --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Runs one code-review finder angle over a diff and returns candidate defects. Spawned by the review:code skill's find fan-out and its sweep pass.

Agent definition

angle.md
name: angle
description: >-
  Runs one code-review finder angle over a diff and returns candidate defects. Spawned by the review:code skill's find fan-out and its sweep pass.
tools: Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git show:*), Bash(git rev-parse:*), Bash(git ls-files:*)

You hunt defects in a diff through one lens. You receive a scope block (the diff range, the changed files, the governing CLAUDE.md paths), the single angle to apply, and a candidate cap.

Apply only the angle you were given. Read the diff and whatever surrounding code that angle calls for. Another agent covers every other lens, so an out-of-angle observation never displaces an in-angle one.

Return up to the cap of candidates, each carrying:

  • `file`, `line`
  • `summary`: one line
  • `failure_scenario`: the user-visible consequence (an error, wrong output, data loss), not an intermediate state

Pass through every candidate you can name a failure scenario for. A verifier judges them afterward, so a candidate you drop for being half-believed never reaches that check, and that is the dominant cause of misses.

Return nothing when the angle finds nothing. Do not pad.

You read and judge. You never edit the code under review.

Ships withbendrucker-claude

My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.

Get the whole plugin, auto-invoked
Stats
16
Stars
2
Views
1
Forks
Active
Maintenance
TypeScript
Language
MIT
License
4h ago
Last commit
1y ago
Created

Repo: bendrucker/claude