improvement: refine github-issue-planning sample workflow#733
improvement: refine github-issue-planning sample workflow#733breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom improvement/refine-github-issue-planning-samplebreaking-brake/cc-wf-studio:improvement/refine-github-issue-planning-sampleCopy head branch name to clipboard
Conversation
- Require English for all GitHub Issue and PR titles, bodies, and comments - Applies regardless of conversation language used with Claude Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add required output format sections to 5 subAgent prompts - Restructure prompt-1 (Verify Results) into 4 concrete steps - Expand ask-reproduce-result to 3 options with prompt-need-more-info node - Remove repetitive loopback from "Not reproduced" branch Refs #732 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove SKILL.md and scripts/update_sample.py - Skill is no longer needed in the current workflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughDeleted the "update-sample-workflow" skill documentation and script, updated the github-issue-planning sample workflow JSON to refine subagent output formats and improve the "cannot reproduce" branching path, and added a language requirement to CLAUDE.md for GitHub Issues and Pull Requests. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
## [3.33.0](v3.32.2...v3.33.0) (2026-04-12) ### Features * add sample workflow feature with tour integration ([#719](#719)) ([aaf2ab1](aaf2ab1)) * enhance StartMenu with version display and recent workflows ([#731](#731)) ([0b4138a](0b4138a)) * redesign onboarding tour and add empty state ([#723](#723)) ([8f72a24](8f72a24)) ### Bug Fixes * update broken Frontmatter Reference links in all languages ([#725](#725)) ([642b9ab](642b9ab)) ### Improvements * allow edge selection inside group nodes and animate on select ([#724](#724)) ([a813d49](a813d49)) * refine github-issue-planning sample workflow ([#733](#733)) ([7c1473b](7c1473b)), closes [#732](#732) * use fixed MCP server port with user-configurable setting ([#722](#722)) ([d436d2e](d436d2e)) ### Documentation * update README hero section with catchphrase and deck link ([#721](#721)) ([ba6aa52](ba6aa52))
|
🎉 This PR is included in version 3.33.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Refine the bundled
github-issue-planning-ensample workflow to improve subAgent output quality, verification clarity, and the reproduction branch UX. Also adds a repo-wide Language rule and removes an unused skill.Closes #732
What Changed
Before
prompt-1(Verify Results) was abstract ("verify in your local environment") with no concrete steps.ask-reproduce-resulthad only 2 options and looped back toask-reproducewhen the user selected "Not reproduced", creating a repetitive UX with no forward path.update-sample-workflowskill was no longer in use.After
agent-file-investigation,agent-solution-design,agent-2,agent-3,agent-retrospective) now include aRequired Output Formatsection with explicit structure.prompt-1is restructured into 4 concrete steps: review withgit diff→ run project verification commands → verification checklist → proceed.ask-reproduce-resultnow has 3 options:Reproduced,Unable to reproduce, proceed,Need more info. The "Need more info" path ends the workflow via a newprompt-need-more-infonode that guides the user to request additional info on the GitHub issue.CLAUDE.mdnow requires English for all GitHub Issues and PRs regardless of conversation language.update-sample-workflowskill removed.Changes
CLAUDE.md— Add## Languagesection requiring English for Issues/PRsresources/samples/github-issue-planning-sample.json— Refine 5 subAgent prompts, restructureprompt-1, expandask-reproduce-resultto 3 options, addprompt-need-more-infonode, rewire group-3 connections, expand group-3 height.claude/skills/update-sample-workflow/SKILL.md— Remove (unused).claude/skills/update-sample-workflow/scripts/update_sample.py— Remove (unused)Testing
🤖 Generated with Claude Code
Summary by CodeRabbit
Chores
Documentation
New Features