Skip to content

fix: check-issue delegates overhead comparison to check-rule-redundancy#593

Merged
GiggleLiu merged 1 commit intomainfrom
fix/check-issue-use-redundancy-skill
Mar 12, 2026
Merged

fix: check-issue delegates overhead comparison to check-rule-redundancy#593
GiggleLiu merged 1 commit intomainfrom
fix/check-issue-use-redundancy-skill

Conversation

@zazabap
Copy link
Collaborator

@zazabap zazabap commented Mar 12, 2026

Summary

  • The check-issue skill's Rule Check 1 (Usefulness) now invokes /check-rule-redundancy <source> <target> instead of manually parsing and comparing overhead tables
  • Maps the redundancy verdict directly: Not Redundant → Pass, Redundant → Fail, Inconclusive → Warn

Test plan

  • Run /check-issue on a [Rule] issue where a path already exists and verify it invokes /check-rule-redundancy
  • Verify novel rules (no existing path) still pass without invoking the redundancy check

🤖 Generated with Claude Code

…dundancy

Instead of manually parsing and comparing overhead tables, the usefulness
check now invokes /check-rule-redundancy for full dominance analysis.

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

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.49%. Comparing base (0ac50ca) to head (78da5c9).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #593   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files         204      204           
  Lines       28397    28397           
=======================================
  Hits        27401    27401           
  Misses        996      996           

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

@zazabap zazabap requested a review from GiggleLiu March 12, 2026 11:27
@GiggleLiu GiggleLiu merged commit 180fd7c into main Mar 12, 2026
6 checks passed
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