Skip to content

0 Fix plan-ticket-implementation Skill PR Creation Flow#98

Merged
mrbalov merged 2 commits into
mainfrom
fix/0-plan-skill-pr-format
Mar 31, 2026
Merged

0 Fix plan-ticket-implementation Skill PR Creation Flow#98
mrbalov merged 2 commits into
mainfrom
fix/0-plan-skill-pr-format

Conversation

@mrbalov

@mrbalov mrbalov commented Mar 31, 2026

Copy link
Copy Markdown
Collaborator

Changelog

0 Fix plan-ticket-implementation Skill PR Creation Flow

Fixed

  • plan-ticket-implementation skill now uses create-changelog and open-pull-request skills for consistent PR creation
    • Removed custom GitHub MCP PR creation logic
    • Now delegates to existing skills for consistency
    • Ensures all PRs are created with changelog-driven workflow
    • PR title and body always match the changelog entry
    • Reuses PR creation logic instead of duplicating

mrbalov and others added 2 commits March 31, 2026 11:52
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>
@netlify

netlify Bot commented Mar 31, 2026

Copy link
Copy Markdown

Deploy Preview for torqui canceled.

Name Link
🔨 Latest commit 92a7fa3
🔍 Latest deploy log https://app.netlify.com/projects/torqui/deploys/69cb8ca21d58a90008fa8e56

@netlify

netlify Bot commented Mar 31, 2026

Copy link
Copy Markdown

Deploy Preview for torqapi canceled.

Name Link
🔨 Latest commit 92a7fa3
🔍 Latest deploy log https://app.netlify.com/projects/torqapi/deploys/69cb8ca2c63355000822c60a

@mrbalov
mrbalov marked this pull request as ready for review March 31, 2026 08:58
@mrbalov
mrbalov merged commit 597e5d0 into main Mar 31, 2026
13 checks passed
@mrbalov
mrbalov deleted the fix/0-plan-skill-pr-format branch March 31, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant