Skip to content

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

Open
isPANN wants to merge 2 commits intomainfrom
update-fix-issue-skill
Open

refactor(skills): update fix-issue, remove fix-issue-batch#657
isPANN wants to merge 2 commits intomainfrom
update-fix-issue-skill

Conversation

@isPANN
Copy link
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) <noreply@anthropic.com>
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) <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.88%. Comparing base (ee5b77b) to head (db967fd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #657   +/-   ##
=======================================
  Coverage   96.88%   96.88%           
=======================================
  Files         269      269           
  Lines       36036    36036           
=======================================
  Hits        34915    34915           
  Misses       1121     1121           

☔ 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.

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