build-fix
Use when a build, type check, or test suite is failing and needs to be unblocked with a minimal change.
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/bug-checkContext preview
What this command does when you run it.
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
description: Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Mandatory automated checks precede agent review. Do not skip or reorder steps.
`/bug-check [path|.]`
npm test # or: pytest, cargo test, go test ./... npm run build # TypeScript build / type check
Review for patterns that automated tests do not catch:
1. **Execution path parity** — do all code paths (sandbox, production, feature-flag variants) return the same response shape? 2. **Query completeness** — are all fields used in the response present in the query? 3. **Error state cleanup** — is stale state cleared when an error is returned? 4. **Optimistic update rollback** — is UI state reverted when an API call fails?
For every bug found and fixed, record one of:
Bug: <description> File: <path> Regression test: <test name and assertion>
or if a test cannot be written now:
Bug: <description> Regression test: DEFERRED — <reason>
Do not silently skip. An explicit deferral is required.
$ARGUMENTS:
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 a build, type check, or test suite is failing and needs to be unblocked with a minimal change.
Use to check MCP server prerequisites before activating or using a server.