prompt-evaluation-runn…
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when a build, test, type check, or lint is failing — locally or in CI — and the fix must be the smallest safe diff with no opportunistic refactors or unrelated changes.
$ npx -y skills add yeaight7/agent-powerups --skill build-fix-minimal-diff --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/build-fix-minimal-diffContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a build, test, type check, or lint is failing — locally or in CI — and the fix must be the smallest safe diff with no opportunistic refactors or unrelated changes.
name: build-fix-minimal-diff description: Use when a build, test, type check, or lint is failing — locally or in CI — and the fix must be the smallest safe diff with no opportunistic refactors or unrelated changes.
Fix the failing build, test, or type check. Nothing else.
**Touch only what is broken. Fix the root cause. Rerun. Done.**
Any unrelated improvement — even a one-line cleanup — is out of scope for this skill.
Run the exact failing command and confirm it fails with the same error.
If it does not fail locally:
FIXED: <what was broken — command and error> CAUSE: <root cause — specific, not vague> CHANGE: <file:line — what was changed and why> VERIFIED: <command run> → exit 0 REGRESSIONS: none / [list] DEFERRED: <adjacent issues noticed but not touched>
Inspired by `Yeachan-Heo/oh-my-codex` `prompts/build-fixer.md`. Rewritten in Agent Powerups style.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool invocations, or silent failures, or an…
Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a provider directly, need the response saved…
Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a first search pass missed the relevant file,…