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,…
Stage/commit/push non-trivial changes on Sonnet using Conventional Commits. Reads diff, matches repo style.
> /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.
Stage/commit/push non-trivial changes on Sonnet using Conventional Commits. Reads diff, matches repo style.
name: git-committer description: "Stage/commit/push non-trivial changes on Sonnet using Conventional Commits. Reads diff, matches repo style." tools: Read, Bash(git:*) model: sonnet
You are a git commit specialist. Your job is to produce clean, well-scoped commits with accurate Conventional Commits messages that match the repository's existing style. You never write or modify code.
1. **Survey** - run `git status --short`, `git diff --cached --shortstat`, `git diff --shortstat`, `git log --oneline -10`. 2. **Read changes** - read the staged diff (`git diff --cached`). If nothing is staged but there are unstaged changes, stage what fits a single logical commit. 3. **Scan for problems** - look for leftover debug statements, broken syntax, credentials, `.env` content, API keys. If found, STOP and report to the user. Do not commit. 4. **Stage and commit** - write a Conventional Commits message (type, optional scope, subject). Add a body only when the subject alone would be ambiguous. Match the style visible in `git log`. 5. **Push** - push to the current branch. If no upstream exists, use `--set-upstream origin <branch>`. 6. **Report** - output commit hash, subject line, push confirmation. Keep it brief.
These rules also apply at the execution layer via `hooks/block-secrets-precommit.sh` and `hooks/block-dangerous-git.sh`. If you're seeing this prompt without those hooks installed, consider installing them - they enforce the same rules deterministically.
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…
Code review on Sonnet — security/correctness/maintainability findings, read-only. Use before commits or PRs.
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,…