0 Fix plan-ticket-implementation Skill PR Creation Flow#98
Merged
Conversation
Changed the skill to use existing create-changelog and open-pull-request skills for consistent PR creation instead of custom GitHub MCP calls. This ensures: - All PRs are created consistently via changelog-driven workflow - PR title and body always match the changelog entry - Reuses existing PR creation logic instead of duplicating it - Maintains single source of truth for PR creation behavior The skill now: 1. Creates OpenSpec planning files (proposal.md, tasks.md, spec deltas) 2. Commits and pushes them to the plan branch 3. Calls create-changelog to generate a changelog entry 4. Calls open-pull-request to create the PR from that changelog This follows TORQ conventions for PR consistency and skill coordination. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Updated plan-ticket-implementation skill to use create-changelog and open-pull-request skills for consistent PR creation - Ensures all PRs follow the same changelog-driven format - Fixes issue where PR creation logic was duplicated across skills Version bump: 6.1.0 → 6.1.1 (patch) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
✅ Deploy Preview for torqui canceled.
|
✅ Deploy Preview for torqapi canceled.
|
mrbalov
marked this pull request as ready for review
March 31, 2026 08:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
0 Fix plan-ticket-implementation Skill PR Creation Flow
Fixed