بنقرة واحدة
release
Run a release bump (major/minor/patch) and generate next changelog from the updated pyproject.toml version.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run a release bump (major/minor/patch) and generate next changelog from the updated pyproject.toml version.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create git commits using goji rules from .goji.json (type/scope/emoji/signoff) with path-based heuristics.
Skill para registrar worklogs en Jira usando el issue key derivado del branch actual y una descripcion basada en los commits del branch.
Skill para listar issues no terminadas asignadas al usuario en Jira usando `jasper.toml`, elegir una y crear un branch `feature/<ISSUE-KEY>`.
Skill para generar un reporte de implementacion para el issue de Jira derivado del branch actual usando un template y un resumen basado en commits, y publicarlo como comentario.
Skill para crear issues de tipo epic y/o task en Jira Cloud a partir de un archivo Markdown y luego completar componentes, labels y issue keys.
Create consistent releases and changelogs
| name | release |
| description | Run a release bump (major/minor/patch) and generate next changelog from the updated pyproject.toml version. |
| license | Proprietary |
pyproject.toml under [project].versionrelease:major, run: task release:majorrelease:minor, run: task release:minorrelease:patch, run: task release:patchrelease:pre_release, run: task release:pre_releasepyproject.toml).APP_TAG equal to the updated version.task changelog:next APP_TAG=$(uv run bump-my-version show current_version)