refactor(skills): update fix-issue, remove fix-issue-batch#657
Merged
refactor(skills): update fix-issue, remove fix-issue-batch#657
Conversation
…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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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.
Summary
fix-issueskill to acceptmodelorruleargument instead of issue number, auto-picking the next Backlog issuecheck-issueinline when no check report existsSTATUS_BACKLOGconstant andpipeline_board.py backlogintegrationpipeline_board.py movefor board transitionsfix-issue-batchskill (functionality subsumed by updatedfix-issue)Test plan
/fix-issue modeland verify it picks a Backlog model issue/fix-issue ruleand verify it picks a Backlog rule issue🤖 Generated with Claude Code