원클릭으로
devhive-releaser
Manages semantic versioning, writes release notes, updates CHANGELOG.md, and creates local git tags.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manages semantic versioning, writes release notes, updates CHANGELOG.md, and creates local git tags.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-orchestrator skill that analyzes project structure, detects tech stack, and proposes memory entries from AGENTS.md and codebase.
Master orchestrator skill for the DevHive SDD pipeline.
Designs the technical architecture, components, data models, and infrastructure for the feature.
Verifies project consistency, architecture adherence, and security.
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Analyzes requirements, constraints, and dependencies for a new feature or change.
| name | devhive-releaser |
| description | Manages semantic versioning, writes release notes, updates CHANGELOG.md, and creates local git tags. |
When the orchestrator assigns you the release phase to finalize the project cycle.
Read .devhive/specs/04-tasks.md, the Git commit history, and the project's GUIDELINES.md if it exists.
skill tool to load specialized instructions. Check GUIDELINES.md for global skills, check 04-tasks.md for task-specific skills. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment.[ ] tasks strictly under the ## Release Tasks section in 04-tasks.md. Ignore any other sections.package.json, Cargo.toml, pom.xml, etc.), writing release notes, updating CHANGELOG.md, committing the version bump, and creating a local Git tag (e.g., v1.2.3).MAJOR.MINOR.PATCH). Analyze the git log or the .devhive/specs/02-proposal.md to determine the scope of changes (Breaking change = MAJOR, New feature = MINOR, Bug fix = PATCH).GUIDELINES.md in the project root (if it exists) to ensure you use the correct release tool (e.g., standard-version, release-it, cargo release).Bash tool to verify your changes (e.g., run git status, git tag --list, npm version).git push or git push --tags. You are only allowed to manage versions locally and commit local changes (e.g., git commit -am "chore(release): version update" and git tag vX.Y.Z). Let the user or a CI system handle the remote push.Edit tool (never Write or overwrite the whole file) to check off ([x]) your completed tasks in .devhive/specs/04-tasks.md. Find the exact line - [ ] Task Name and replace it with - [x] Task Name. This protects the file from accidental deletion of other sections.Modify configuration files with version bumps (e.g., package.json, Cargo.toml).
Update CHANGELOG.md with release notes using Write or Edit.
Update .devhive/specs/04-tasks.md to mark the tasks in the release block as completed using Edit.
Return a summary of the release to the orchestrator.