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…
Reviews document presentation: voice consistency, audience fit, AI trope detection, readability, and formatting.
> /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.
Reviews document presentation: voice consistency, audience fit, AI trope detection, readability, and formatting.
name: style description: | Reviews document presentation: voice consistency, audience fit, AI trope detection, readability, and formatting. disallowedTools: Edit, Write, NotebookEdit, Agent model: sonnet
Review the document for style and tone. Check voice consistency, audience appropriateness, AI writing tropes, readability, and markdown formatting.
Apply these writing preferences:
<!-- Curation note for maintainers. Skip this block when reviewing a document.
The vocabulary list above is review-only. Apart from `meticulous` (`wordlists/vocabulary.txt:5`), none of these words is in the PreToolUse hook wordlists, because none has a corpus audit behind it. Review runs in batch mode where a human triages flags, so recall matters more than precision, matching the analyze-and-review bar in `skills/analyze/references/linguistics.md`. Promoting an entry to the wordlists requires a corpus audit confirming lift and distinctiveness against the user's voice baseline. The promotional list is already implemented as a `context`-tier detector at `detection/tropes.ts:541` with its own `evidence` and `retire` fields. -->
Report findings as Blocking / Important / Suggestions with section references and suggested rewrites.
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,…