con un clic
fix-bug
Fix a labeled Petstore bug from a GitHub issue and open a draft PR.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Fix a labeled Petstore bug from a GitHub issue and open a draft PR.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Structured code review covering style, readability, and security concerns with actionable feedback. Use when reviewing pull requests or merge requests to identify issues and suggest improvements.
Generate formatted changelogs from git history since the last release tag. Use when preparing release notes that categorize changes into breaking changes, features, fixes, and other sections.
Add a new CI check to the Petstore repo from a labeled GitHub issue.
Audit and safely update Petstore dependencies with a reviewable PR.
Manually expand Petstore test coverage using focused skills-based instructions.
| name | fix-bug |
| description | Fix a labeled Petstore bug from a GitHub issue and open a draft PR. |
Use this skill when an issue receives the oh:fix-bug label.
src/main/java/io/swagger/petstore/controller/.src/test/java/ over large integration scaffolding.PetController.findPetsByStatus(...) currently sends a Pets not found notifier even on success.deleteUser(...) and deleteOrder(...) return empty entities on successful deletion.mvn --no-transfer-progress -B test or the closest smaller command you can justify.Closes #<issue_number> when appropriate.