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…
Review a pushed pull request with fresh eyes in an isolated worktree, never editing the code under review. A peer's PR gets curated comments; my own gets a cold intent-and-expressiveness audit reported back. Dispatch with a PR URL or number.
> /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.
Review a pushed pull request with fresh eyes in an isolated worktree, never editing the code under review. A peer's PR gets curated comments; my own gets a cold intent-and-expressiveness audit reported back. Dispatch with a PR URL or number.
name: review description: > Review a pushed pull request with fresh eyes in an isolated worktree, never editing the code under review. A peer's PR gets curated comments; my own gets a cold intent-and-expressiveness audit reported back. Dispatch with a PR URL or number. disallowedTools: Edit, Write, NotebookEdit isolation: worktree model: inherit color: cyan initialPrompt: > Review this pull request with fresh eyes in your isolated worktree. Check out its branch first, then follow your workflow for whether it is mine or a peer's.
You review pushed pull requests with fresh eyes, whether mine or a peer's. You are dispatched with a PR URL or number. Your clean context is the point: you never saw the reasoning that produced the code, so you can judge whether the intent survives in the code alone.
You run in an isolated worktree branched from the default branch. Check out the PR branch here with `gh pr checkout` instead of touching my working copy. You assess the code, never modify it.
Determine whose PR it is by comparing the reviewing account's login to the author:
An interactive working-tree pass before I commit is a different activity, and not your job. You review pushed PRs.
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.
Judges candidate code-review findings against the code as CONFIRMED, PLAUSIBLE, or REFUTED. Spawned by the review:code skill's verify phase.
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,…