bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Run the complete release readiness pipeline (version checks, changelog, final quality gates) and assign a release confidence score.
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/release-checkContext preview
What this command does when you run it.
Run the complete release readiness pipeline (version checks, changelog, final quality gates) and assign a release confidence score.
description: "Run the complete release readiness pipeline (version checks, changelog, final quality gates) and assign a release confidence score." argument-hint: "<intended-version>"
Run the complete Agent Powerups release pipeline to ensure the repository is ready for a new version tag.
This command orchestrates a full readiness review.
Assign a confidence badge based on the results:
| Badge | Criteria | |-------|----------| | ๐ข Ready | All versions match, changelog is perfect, tests pass, no vulnerabilities. | | ๐ก Warn | Tests pass, but changelog lacks detail or minor dependency warnings exist. | | ๐ด Blocked | Tests fail, versions mismatch, or critical security vulnerabilities found. |
Generate a comprehensive Release Certification markdown report detailing the findings in each phase and explicitly stating the final Go/No-Go decision.
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
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Use when a build, type check, or test suite is failing and needs to be unblocked with a minimal change.