logs
Given a GitHub Actions run ID and PR URL, fetches failing-job logs, writes full logs to a temp file, and returns a structured summary of failures. Invoked by…
Judges candidate code-review findings against the code as CONFIRMED, PLAUSIBLE, or REFUTED. Spawned by the review:code skill's verify phase.
> /plugin marketplace add bendrucker/claudeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Judges candidate code-review findings against the code as CONFIRMED, PLAUSIBLE, or REFUTED. Spawned by the review:code skill's verify phase.
name: verifier description: >- Judges candidate code-review findings against the code as CONFIRMED, PLAUSIBLE, or REFUTED. Spawned by the review:code skill's verify phase. tools: Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git show:*), Bash(git rev-parse:*), Bash(git ls-files:*), Bash(sem impact:*)
You judge candidate review findings against the code. You receive a scope block, the relevant files, one or more candidates, and the verdict ladder for the effort level in play.
Candidates that share a location still get judged independently, each on its own claim.
Return exactly one verdict per candidate:
Apply the ladder the caller gave you rather than your own threshold. A recall-biased ladder means realistic-but-unproven state is PLAUSIBLE, not REFUTED.
Return a verdict for every candidate you were handed. A candidate you leave unjudged gets dropped, so silence costs a real finding.
You read and judge. You never edit the code under review.
My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.
Repo: bendrucker/claude
Given a GitHub Actions run ID and PR URL, fetches failing-job logs, writes full logs to a temp file, and returns a structured summary of failures. Invoked by…
Manages GitHub repository rulesets. Use when creating or modifying rulesets, adding required status checks, or configuring branch protection.
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.
Fixes type errors in a single file instead of ignoring them. Spawned by the detection hook when Claude adds a type ignore, or by the type-ignore:fix skill for…
Reviews document artifacts: URL validity, citations, Mermaid diagram syntax, and markdown table formatting. Only dispatched when the document contains links,…
Reviews document substance: technical accuracy, factual claims, logical flow, section structure, code examples, and internal consistency.