Skip to content

Improve fix-issue and fix-issue-batch skills#641

Merged
GiggleLiu merged 1 commit intomainfrom
skill/fix-issue-improvements
Mar 13, 2026
Merged

Improve fix-issue and fix-issue-batch skills#641
GiggleLiu merged 1 commit intomainfrom
skill/fix-issue-improvements

Conversation

@isPANN
Copy link
Copy Markdown
Collaborator

@isPANN isPANN commented Mar 13, 2026

Summary

  • fix-issue: Add changelog comment step (8b) after editing issue body, require Warn results to be fixed (not just Fail), simplify re-check to inline instead of subagent
  • fix-issue-batch: Dispatch each issue as a subagent for fresh context window, present all questions/options as text for human to answer at once (fixes fix-issue-batch: agent cuts corners compared to standalone fix-issue #636)

Test plan

  • Run /fix-issue <N> on a single issue — verify changelog comment is posted
  • Run /fix-issue-batch model — verify subagent dispatch and text-based Q&A flow

🤖 Generated with Claude Code

- fix-issue: Add changelog comment step (8b), require Warn results to be
  fixed (not just Fail), simplify re-check to inline instead of subagent
- fix-issue-batch: Dispatch each issue as a subagent for fresh context,
  present all questions/options as text for human to answer at once

Addresses #636 (batch agent cutting corners).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.77%. Comparing base (deb5826) to head (30c3547).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #641   +/-   ##
=======================================
  Coverage   96.77%   96.77%           
=======================================
  Files         226      226           
  Lines       29919    29919           
=======================================
  Hits        28955    28955           
  Misses        964      964           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@GiggleLiu GiggleLiu merged commit 58c400f into main Mar 13, 2026
6 checks passed
@GiggleLiu GiggleLiu deleted the skill/fix-issue-improvements branch April 12, 2026 00:53
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.

fix-issue-batch: agent cuts corners compared to standalone fix-issue

2 participants