con un clic
release-notes
Draft conventional commit messages from staged changes for release-please
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ú
Draft conventional commit messages from staged changes for release-please
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.
Run govulncheck locally and check for outdated Go dependencies
Run gosec on a specific package and cross-reference findings against suppression list and TODO tracker
Generate table-driven Go tests for a package with httptest, context helpers, and config parsing patterns
Validate a config.yaml file against the Config schema and constraint rules from config/config.go
Build and smoke-test the Docker image locally to validate Dockerfile and binary startup
Basado en la clasificación ocupacional SOC
| name | release-notes |
| description | Draft conventional commit messages from staged changes for release-please |
| user_invocable | true |
Analyze staged git changes and draft a conventional commit message compatible with release-please.
git diff --cached --stat to see staged filesgit diff --cached to read the full difffeat: new feature or capabilityfix: bug fixchore: maintenance, deps, CIrefactor: code restructuring without behavior changedocs: documentation onlyoauth — oauth/ packageproxy — proxy/ packageconfig — config/ packagecmd — cmd/ packagewebhook — webhook/ packagejsonrpc — jsonrpc/ packagelog — log/ packagehtmlresponse — htmlresponse/ package! suffix<type>(<scope>): <short description>
<body explaining what and why>
BREAKING CHANGE: <if applicable>