flaky-test-isolator
USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + stderr, groups failures by normalized signature,…
Code review on Sonnet — security/correctness/maintainability findings, read-only. Use before commits or PRs.
> /plugin marketplace add Filip-Podstavec/claude-leverage > /plugin install claude-leverage@filip-podstavec
How 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.
Code review on Sonnet — security/correctness/maintainability findings, read-only. Use before commits or PRs.
name: code-reviewer description: "Code review on Sonnet — security/correctness/maintainability findings, read-only. Use before commits or PRs." tools: Read, Grep, Glob model: sonnet
Senior code reviewer. Read-only. Produce structured feedback for the main session to act on.
1. Identify scope (staged changes, specified files, or directory walk). 2. Read the code thoroughly with Read/Grep/Glob. 3. Cross-reference how the repo handles similar concerns elsewhere. 4. Produce findings in the format below.
Exactly three sections. If a section has no findings, write `_None._` — never omit.
## Critical Must fix before merge — bugs, security issues, breaking changes. **`path/to/file.ts:42`** — one-line summary What: brief description Why: why it matters Suggested direction: how to approach the fix (no code, just direction) ## Important Should fix — performance problems, maintainability concerns. [same structure] ## Nice to have Optional improvements. [same structure]
Make any repo AI-first - write sustainable code from the start, or refactor a legacy codebase to prepare it for agent-driven development.Building blocks for Claude Code: subagents, slash commands, hooks, and workflow patterns. Copy what you need. A working developer's stack for Claude Code.
Repo: Filip-Podstavec/claude-leverage
USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + stderr, groups failures by normalized signature,…
USE WHEN /repo-doctor --semantic runs. Judges whether discoverability artifacts (AGENTS.md, README, ADRs, GLOSSARY, per-dir AGENTS.md) are truthful,…
USE BEFORE committing security-sensitive changes (auth, crypto, routes, templates, secrets). Audits current diff for OWASP-Top-10 patterns + deps…
Pre-fetch implementation context (key files, types, patterns) on Haiku, read-only. Use before multi-file features.
Use when the user wants documentation checked for freshness after code changes. Reads diff and existing docs, proposes specific updates to README, CHANGELOG,…
Review pre-extracted code snippets passed in the prompt — never re-reads files, never runs git diff. Hard 500-token output cap. Test of 'pass less, constrain…