بنقرة واحدة
release-notes
Draft conventional commit messages from staged changes for release-please
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Draft conventional commit messages from staged changes for release-please
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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
استنادا إلى تصنيف 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>