بنقرة واحدة
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 ويثبّتها لك.
Bootstrap agent configuration and generate AGENTS.md from project config (codi.toml), SCM flow, monorepo structure, MCP ecosystem, and docs/ — template-based and idempotent.
Repository understanding and hierarchical codemap generation
Audit and synchronize local OpenCode context, commands, skills, agents, config, and AGENTS.md with the current repository.
Generate a daily planning Markdown file combining Google Calendar events and Jira tasks. Creates an executable daily agenda with configurable parameters, dynamic emoji detection, and timezone support.
Create consistent releases and changelogs
Validate, push the current branch, and create a GitHub pull request from the current diff
استنادا إلى تصنيف SOC المهني
| 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)