Skip to content

refactor(skills): update fix-issue, remove fix-issue-batch#657

Merged
GiggleLiu merged 3 commits intomainfrom
update-fix-issue-skill
Mar 17, 2026
Merged

refactor(skills): update fix-issue, remove fix-issue-batch#657
GiggleLiu merged 3 commits intomainfrom
update-fix-issue-skill

Conversation

@isPANN
Copy link
Copy Markdown
Collaborator

@isPANN isPANN commented Mar 16, 2026

Summary

  • Updated fix-issue skill to accept model or rule argument instead of issue number, auto-picking the next Backlog issue
  • Integrated check-issue inline when no check report exists
  • Added STATUS_BACKLOG constant and pipeline_board.py backlog integration
  • Improved UX: show draft body to human, use Write tool for temp files, use pipeline_board.py move for board transitions
  • Removed fix-issue-batch skill (functionality subsumed by updated fix-issue)

Test plan

  • Run /fix-issue model and verify it picks a Backlog model issue
  • Run /fix-issue rule and verify it picks a Backlog rule issue
  • Verify empty Backlog produces stop message

🤖 Generated with Claude Code

isPANN and others added 2 commits March 16, 2026 14:58
…ssue-batch

The fix-issue skill now accepts `model` or `rule` instead of an issue number,
auto-picks the next Backlog issue, and integrates check-issue inline. The
separate fix-issue-batch skill is removed as its functionality is subsumed.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Adds `pipeline_board.py backlog <model|rule>` to list Backlog issues
filtered by type, sorted by Good label first. Used by the updated
fix-issue skill to auto-pick the next issue to process.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #657   +/-   ##
=======================================
  Coverage   97.07%   97.07%           
=======================================
  Files         290      290           
  Lines       38778    38778           
=======================================
  Hits        37645    37645           
  Misses       1133     1133           

☔ 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 369c489 into main Mar 17, 2026
3 checks passed
@isPANN isPANN deleted the update-fix-issue-skill branch March 17, 2026 11:40
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.

2 participants